Fix to queryPrefix and LIKE queries

This commit is contained in:
Zef Hemel
2022-10-14 16:49:45 +02:00
parent fe77d44745
commit 68809ff958
4 changed files with 11 additions and 6 deletions
-1
View File
@@ -24,7 +24,6 @@ export async function updateMaterializedQueriesCommand() {
currentPage,
)
) {
console.log("Going reload the page");
await editor.reloadPage();
}
}