mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LibraryPanels: No save modal when user is on same dashboard (#31606)
This commit is contained in:
@@ -5,7 +5,8 @@ import { css } from 'emotion';
|
||||
import { useAsync, useDebounce } from 'react-use';
|
||||
import { getBackendSrv } from 'app/core/services/backend_srv';
|
||||
import { usePanelSave } from '../../utils/usePanelSave';
|
||||
import { getLibraryPanelConnectedDashboards, PanelModelWithLibraryPanel } from '../../state/api';
|
||||
import { getLibraryPanelConnectedDashboards } from '../../state/api';
|
||||
import { PanelModelWithLibraryPanel } from '../../types';
|
||||
|
||||
interface Props {
|
||||
panel: PanelModelWithLibraryPanel;
|
||||
|
||||
Reference in New Issue
Block a user