Simplify button logic and enable button updates for custom dialogs (#1283)

This commit is contained in:
Matt Irvine
2018-04-27 16:29:18 -07:00
committed by GitHub
parent 886717d330
commit 24e8c20511
11 changed files with 119 additions and 72 deletions

View File

@@ -115,4 +115,5 @@ export interface IModelViewTabDetails {
export interface IModelViewButtonDetails {
label: string;
enabled: boolean;
hidden: boolean;
}