Skip to content

Commit

Permalink
Update x-pack/plugins/aiops/public/components/spike_analysis_table/sp…
Browse files Browse the repository at this point in the history
…ike_analysis_table.tsx

Co-authored-by: Dima Arnautov <[email protected]>
  • Loading branch information
alvarezmelissa87 and darnautov authored Sep 7, 2022
1 parent 94dd8b2 commit 29f25f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export const SpikeAnalysisTable: FC<SpikeAnalysisTableProps> = ({
const [pageSize, setPageSize] = useState(10);
const [sortField, setSortField] = useState<keyof ChangePoint>(DEFAULT_SORT_FIELD);
const [sortDirection, setSortDirection] = useState<'asc' | 'desc'>(DEFAULT_SORT_DIRECTION);
// const [discoverUrlError, setDiscoverUrlError] = useState<string | undefined>();

const aiOpsKibana = useAiOpsKibana();
const {
Expand Down

0 comments on commit 29f25f1

Please sign in to comment.