don't display "workspace templates", #3219

This commit is contained in:
zadam 2022-10-22 16:03:21 +02:00
parent 1c52303bb3
commit 867f7f3f59

View file

@ -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();