mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
Fix tab contrib to be accurate (#901)
* update tab contrib to be accurate with expectation * update contracts * formatting
This commit is contained in:
@@ -25,8 +25,6 @@ export interface IDashboardTab {
|
||||
publisher: string;
|
||||
description?: string;
|
||||
container?: object;
|
||||
provider?: string | string[];
|
||||
edition?: number | number[];
|
||||
when?: string;
|
||||
alwaysShow?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user