mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
Fix model view input box bugs (#1797)
This commit is contained in:
2
src/sql/sqlops.proposed.d.ts
vendored
2
src/sql/sqlops.proposed.d.ts
vendored
@@ -133,6 +133,7 @@ declare module 'sqlops' {
|
||||
component: Component;
|
||||
title: string;
|
||||
actions?: Component[];
|
||||
required?: boolean;
|
||||
}
|
||||
|
||||
export interface ToolbarComponent {
|
||||
@@ -240,7 +241,6 @@ declare module 'sqlops' {
|
||||
componentWidth?: number | string;
|
||||
componentHeight?: number | string;
|
||||
titleFontSize?: number | string;
|
||||
required?: boolean;
|
||||
info?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user