mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
don't display "workspace templates", #3219
This commit is contained in:
parent
876e6caa23
commit
1c52303bb3
@ -69,7 +69,7 @@ export default class EmptyTypeWidget extends TypeWidget {
|
||||
}
|
||||
|
||||
async doRefresh(note) {
|
||||
const workspaceNotes = await searchService.searchForNotes('#workspace');
|
||||
const workspaceNotes = await searchService.searchForNotes('#workspace ~#template');
|
||||
|
||||
this.$workspaceNotes.empty();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user