mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Fix: Initialize asyncQueryRuns in the state to avoid accessing undefined entity (#13300)
This commit is contained in:
parent
9acdd05611
commit
11d04391f9
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ const initialState = {
|
|||
showDeleteConfirmation: false,
|
||||
renamingQueryId: null,
|
||||
deletingQueryId: null,
|
||||
asyncQueryRuns: [],
|
||||
};
|
||||
|
||||
export const createQueryPanelSlice = (set, get) => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue