mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -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:
@@ -118,7 +118,7 @@ export class LanguagesTable extends LanguageViewBase {
|
||||
|
||||
private createTableRow(language: mssql.ExternalLanguage, content: mssql.ExternalLanguageContent): azdata.DeclarativeTableCellValue[] {
|
||||
if (this._modelBuilder) {
|
||||
let dropLanguageButton = this._modelBuilder.button().withProperties({
|
||||
let dropLanguageButton = this._modelBuilder.button().withProps({
|
||||
label: '',
|
||||
title: constants.deleteTitle,
|
||||
iconPath: {
|
||||
@@ -136,7 +136,7 @@ export class LanguagesTable extends LanguageViewBase {
|
||||
});
|
||||
});
|
||||
|
||||
let editLanguageButton = this._modelBuilder.button().withProperties({
|
||||
let editLanguageButton = this._modelBuilder.button().withProps({
|
||||
label: '',
|
||||
title: constants.editTitle,
|
||||
iconPath: {
|
||||
|
||||
Reference in New Issue
Block a user