From 34762236d1dab481f9eb0f43b050118bc21bcf37 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 24 Feb 2025 22:50:16 +0200 Subject: [PATCH] fix(build): errors due to missing command --- src/public/app/components/app_context.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/public/app/components/app_context.ts b/src/public/app/components/app_context.ts index 6e3f7d4c8..39141b881 100644 --- a/src/public/app/components/app_context.ts +++ b/src/public/app/components/app_context.ts @@ -246,6 +246,9 @@ export type CommandMappings = { saveAttributes: CommandData; reloadAttributes: CommandData; refreshNoteList: CommandData & { noteId: string; }; + + refreshResults: {}; + refreshSearchDefinition: {}; }; type EventMappings = {