Skip to content

Commit

Permalink
Fix missing config param
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Feb 22, 2021
1 parent e4a5cab commit 6b421cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,14 @@ export function Discover({
() =>
getStateColumnActions({
capabilities,
config,
indexPattern,
indexPatterns,
setAppState,
state,
useNewFieldsApi,
}),
[capabilities, indexPattern, indexPatterns, setAppState, state, useNewFieldsApi]
[capabilities, config, indexPattern, indexPatterns, setAppState, state, useNewFieldsApi]
);

const onOpenInspector = useCallback(() => {
Expand Down

0 comments on commit 6b421cf

Please sign in to comment.