Skip to content

Commit

Permalink
merge quirks
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardasB committed Dec 11, 2024
1 parent 177181c commit 2fc1444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common/api/appui-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3666,12 +3666,12 @@ export const ReducerRegistryInstance: ReducerRegistry;

// @public
export const RestoreAllFrontstagesTool: typeof RestoreAllFrontstagesCoreTool & {
iconElement: React_2.ReactElement;
iconElement: React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>>;
};

// @public
export const RestoreFrontstageLayoutTool: typeof RestoreFrontstageLayoutCoreTool & {
iconElement: React_2.ReactElement;
iconElement: React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>>;
};

// @public
Expand Down
4 changes: 0 additions & 4 deletions ui/appui-react/src/appui-react/tools/RestoreLayoutTool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ class RestoreFrontstageLayoutCoreTool extends Tool {
public override async parseAndRun(...args: string[]): Promise<boolean> {
return this.run(args[0]);
}

public getIconNode() {
return <SvgViewLayouts />;
}
}

/**
Expand Down

0 comments on commit 2fc1444

Please sign in to comment.