mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
don't display "workspace templates", #3219
This commit is contained in:
parent
1c52303bb3
commit
867f7f3f59
@ -69,7 +69,7 @@ export default class EmptyTypeWidget extends TypeWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async doRefresh(note) {
|
async doRefresh(note) {
|
||||||
const workspaceNotes = await searchService.searchForNotes('#workspace ~#template');
|
const workspaceNotes = await searchService.searchForNotes('#workspace #!template');
|
||||||
|
|
||||||
this.$workspaceNotes.empty();
|
this.$workspaceNotes.empty();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user