mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 12:08:36 -05:00
fixed the issue with tree component layout (#2174)
This commit is contained in:
2
src/sql/sqlops.proposed.d.ts
vendored
2
src/sql/sqlops.proposed.d.ts
vendored
@@ -408,7 +408,7 @@ declare module 'sqlops' {
|
||||
label?: string;
|
||||
}
|
||||
|
||||
export interface TreeProperties {
|
||||
export interface TreeProperties extends ComponentProperties {
|
||||
withCheckbox?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user