Skip to content

Commit

Permalink
Update x-pack/legacy/plugins/siem/public/containers/global_time/index…
Browse files Browse the repository at this point in the history
….tsx

Co-Authored-By: Xavier Mouligneau <[email protected]>
  • Loading branch information
patrykkopycinski and XavierM authored Feb 26, 2020
1 parent 04f4975 commit 91f98ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const useGlobalTime = () => {
return () => {
deleteAllQuery({ id: 'global' });
};
}, []);
}, [isInitializing , deleteAllQuery]);

return {
isInitializing,
Expand Down

0 comments on commit 91f98ec

Please sign in to comment.