mirror of
https://github.com/zadam/trilium.git
synced 2025-02-22 22:13:07 +08:00
don't display "workspace templates", #3219
This commit is contained in:
parent
1c52303bb3
commit
867f7f3f59
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export default class EmptyTypeWidget extends TypeWidget {
|
|||
}
|
||||
|
||||
async doRefresh(note) {
|
||||
const workspaceNotes = await searchService.searchForNotes('#workspace ~#template');
|
||||
const workspaceNotes = await searchService.searchForNotes('#workspace #!template');
|
||||
|
||||
this.$workspaceNotes.empty();
|
||||
|
||||
|
|
Loading…
Reference in a new issue