Skip to content

Commit

Permalink
Merge branch '146290-alert-search-bar' of github.com:kpatticha/kibana…
Browse files Browse the repository at this point in the history
… into 146290-alert-search-bar
  • Loading branch information
kpatticha committed Jan 27, 2023
2 parents 9b1027a + ac5ce29 commit ce3b2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import React, { useState, useMemo } from 'react';
import { useHistory } from 'react-router';
import { useHistory } from 'react-router-dom';
import { ObservabilityAlertSearchBar } from '@kbn/observability-plugin/public';
import { AlertStatus } from '@kbn/observability-plugin/common/typings';
import { EuiPanel, EuiFlexItem, EuiFlexGroup } from '@elastic/eui';
Expand Down

0 comments on commit ce3b2ce

Please sign in to comment.