Skip to content

Commit 8da07f9

Browse files
committed
Added EmbeddableId to replace as a workaround for non-responsive panels
1 parent f5a3135 commit 8da07f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/plugins/dashboard/public/application/dashboard_app_controller.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ import {
6060
ViewMode,
6161
ContainerOutput,
6262
EmbeddableInput,
63+
SavedObjectEmbeddableInput,
6364
} from '../../../embeddable/public';
6465
import { NavAction, SavedDashboardPanel } from '../types';
6566

src/plugins/embeddable/public/lib/state_transfer/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export function isEmbeddableEditorState(state: unknown): state is EmbeddableEdit
4040
export interface EmbeddablePackageByReferenceState {
4141
type: string;
4242
id: string;
43+
embeddableIdToReplace?: string;
4344
}
4445

4546
/**

0 commit comments

Comments
 (0)