Skip to content

Commit

Permalink
Merge branch '142719-logs-unified-search-bar-query-input' of github.c…
Browse files Browse the repository at this point in the history
…om:Kerry350/kibana into 142719-logs-unified-search-bar-query-input
  • Loading branch information
Kerry350 committed Oct 25, 2022
2 parents 3595f0f + 809238b commit dd161d7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ export const useLogFilterState = ({ dataView }: { dataView?: DataViewBase }) =>

const kibanaQuerySettings = useKibanaQuerySettings();

const [logFilterState, setLogFilterState] = useState<ILogFilterState>(() => {
return INITIAL_LOG_FILTER_STATE;
});
const [logFilterState, setLogFilterState] = useState<ILogFilterState>(INITIAL_LOG_FILTER_STATE);

useEffect(() => {
const handleValidationError = (error: Error) => {
Expand Down

0 comments on commit dd161d7

Please sign in to comment.