|
|
@ -8,10 +8,11 @@ import appEvents from '../../../core/app_events'; |
|
|
|
import { Trans } from '../../../core/internationalization'; |
|
|
|
import { Trans } from '../../../core/internationalization'; |
|
|
|
import { useDispatch } from '../../../types'; |
|
|
|
import { useDispatch } from '../../../types'; |
|
|
|
import { ShowModalReactEvent } from '../../../types/events'; |
|
|
|
import { ShowModalReactEvent } from '../../../types/events'; |
|
|
|
import { useRestoreDashboardMutation } from '../../browse-dashboards/api/browseDashboardsAPI'; |
|
|
|
import { useRestoreDashboardMutation } from '../api/browseDashboardsAPI'; |
|
|
|
import { setAllSelection, useActionSelectionState } from '../../browse-dashboards/state'; |
|
|
|
import { useRecentlyDeletedStateManager } from '../api/useRecentlyDeletedStateManager'; |
|
|
|
import { RestoreModal } from '../components/RestoreModal'; |
|
|
|
import { setAllSelection, useActionSelectionState } from '../state'; |
|
|
|
import { useRecentlyDeletedStateManager } from '../utils/useRecentlyDeletedStateManager'; |
|
|
|
|
|
|
|
|
|
|
|
import { RestoreModal } from './RestoreModal'; |
|
|
|
|
|
|
|
|
|
|
|
export function RecentlyDeletedActions() { |
|
|
|
export function RecentlyDeletedActions() { |
|
|
|
const styles = useStyles2(getStyles); |
|
|
|
const styles = useStyles2(getStyles); |