Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jan 28, 2024
1 parent f9b6654 commit 8bf1dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QueryEditor/ElasticsearchQueryContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const ElasticsearchProvider = ({
}
setShouldRunInit(false);
}
}, [shouldRunInit, dispatch, isUninitialized]);
}, [shouldRunInit, dispatch, isUninitialized, app]);

if (isUninitialized) {
return null;
Expand Down

0 comments on commit 8bf1dfc

Please sign in to comment.