Skip to content

Commit d166083

Browse files
committed
bug fix
1 parent 7caebe0 commit d166083

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib/constants/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const defaultAppState = {
33
textInput: '',
44
activeCommandId: null,
55
selectedCommandId: null,
6-
calledActions: [],
76
results: []
87
};
98

src/lib/utils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const updatePaletteStoreAfterActionExec = (actionId: ActionId) => {
4343
textInput: '',
4444
activeCommandId: null,
4545
selectedCommandId: null,
46+
results: [],
4647
calledActions: [...n.calledActions, actionId]
4748
};
4849
});

0 commit comments

Comments
 (0)