Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Sep 6, 2022
1 parent 703499e commit f4dd576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const GlobalStateProvider: React.FC<GlobalStateProviderProps> = ({
}) => {
const localState: State = {};
const [globalState] = useState(
() => new GlobalState(query, toasts, localState as { [key: string]: unknown })
() => new GlobalState(query, toasts, localState as { [key: string]: unknown })
);

const initialState: any = globalState.getState();
Expand Down

0 comments on commit f4dd576

Please sign in to comment.