mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
withProperties -> withProps (#15876)
* withProperties -> withProps * Fix errors * remove , * fixes * Update azdata-test * Fix dacpac tests * Add required and remove added layout
This commit is contained in:
@@ -204,7 +204,7 @@ export class AssessmentResultGrid implements vscode.Disposable {
|
||||
.withLayout({
|
||||
flexFlow: 'column',
|
||||
height: '200px',
|
||||
}).withProperties({
|
||||
}).withProps({
|
||||
CSSStyles: {
|
||||
'padding': '0px 10px'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user