Archived
Simplify button logic and enable button updates for custom dialogs (#1283)
This commit is contained in:
@@ -115,4 +115,5 @@ export interface IModelViewTabDetails {
|
||||
export interface IModelViewButtonDetails {
|
||||
label: string;
|
||||
enabled: boolean;
|
||||
hidden: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user