Skip to content

Commit

Permalink
Update src/plugins/index_pattern_management/public/components/index_p…
Browse files Browse the repository at this point in the history
…attern_table/index_pattern_table.tsx

Co-authored-by: Yulong Ruan <ruanyu1@gmail.com>
Signed-off-by: Tianyu Gao <tygao@amazon.com>
  • Loading branch information
raintygao and ruanyl authored Sep 2, 2024
1 parent 4cdf5f9 commit 28ecfb9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ import { FormattedMessage } from '@osd/i18n/react';
import { withRouter, RouteComponentProps } from 'react-router-dom';
import React, { useState, useEffect } from 'react';
import { i18n } from '@osd/i18n';
import { useEffectOnce } from 'react-use';
import { useObservable } from 'react-use';
import { useEffectOnce, useObservable } from 'react-use';
import { of } from 'rxjs';
import {
reactRouterNavigate,
Expand Down

0 comments on commit 28ecfb9

Please sign in to comment.