We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caebe0 commit d166083Copy full SHA for d166083
src/lib/constants/index.js
@@ -3,7 +3,6 @@ const defaultAppState = {
3
textInput: '',
4
activeCommandId: null,
5
selectedCommandId: null,
6
- calledActions: [],
7
results: []
8
};
9
src/lib/utils/index.ts
@@ -43,6 +43,7 @@ const updatePaletteStoreAfterActionExec = (actionId: ActionId) => {
43
44
45
46
+ results: [],
47
calledActions: [...n.calledActions, actionId]
48
49
});
0 commit comments