Skip to content

Commit 3476223

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/public/app/components/app_context.ts

+3
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)