Skip to content

Commit

Permalink
removed unused export type
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Bezerra <[email protected]>
  • Loading branch information
luluiz committed Oct 24, 2024
1 parent 6c5ed1f commit ddf7a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite-base/src/components/PanelSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const EMPTY_SETTINGS_TREE: SettingsTree = Object.freeze({
nodes: {},
});

export type PanelSettingsProps = React.PropsWithChildren<{
type PanelSettingsProps = React.PropsWithChildren<{
disableToolbar?: boolean;
selectedPanelIdsForTests?: readonly string[];
}>;
Expand Down

0 comments on commit ddf7a1a

Please sign in to comment.