mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@@ -10,8 +10,8 @@ import { DiffViewer } from '../VersionHistory/DiffViewer';
|
||||
import { Diffs } from '../VersionHistory/utils';
|
||||
|
||||
interface SaveDashboardDiffProps {
|
||||
oldValue?: any;
|
||||
newValue?: any;
|
||||
oldValue?: unknown;
|
||||
newValue?: unknown;
|
||||
|
||||
// calculated by parent so we can see summary in tabs
|
||||
diff?: Diffs;
|
||||
|
||||
Reference in New Issue
Block a user