Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Aug 7, 2023
1 parent e352936 commit 2b463fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export async function replacePanel(
newPanelState.type,
generateNewId
);
// await this.updateInput({ panels });
return panelId;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
EmbeddableStateTransfer,
EmbeddableInput,
Container,
isReferenceOrValueEmbeddable,
} from '../..';

export const ACTION_EDIT_PANEL = 'editPanel';
Expand Down

0 comments on commit 2b463fc

Please sign in to comment.