Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 3476223

Browse files
committed
fix(build): errors due to missing command
1 parent 4240af6 commit 3476223

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/public/app/components/app_context.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ export type CommandMappings = {
246246
saveAttributes: CommandData;
247247
reloadAttributes: CommandData;
248248
refreshNoteList: CommandData & { noteId: string; };
249+
250+
refreshResults: {};
251+
refreshSearchDefinition: {};
249252
};
250253

251254
type EventMappings = {

0 commit comments

Comments
 (0)