mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
disable publish profile input box (#19784)
This commit is contained in:
@@ -515,7 +515,8 @@ export class PublishDatabaseDialog {
|
|||||||
this.loadProfileTextBox = view.modelBuilder.inputBox().withProps({
|
this.loadProfileTextBox = view.modelBuilder.inputBox().withProps({
|
||||||
placeHolder: constants.loadProfilePlaceholderText,
|
placeHolder: constants.loadProfilePlaceholderText,
|
||||||
ariaLabel: constants.profile,
|
ariaLabel: constants.profile,
|
||||||
width: cssStyles.publishDialogTextboxWidth
|
width: cssStyles.publishDialogTextboxWidth,
|
||||||
|
enabled: false
|
||||||
}).component();
|
}).component();
|
||||||
|
|
||||||
const profileLabel = view.modelBuilder.text().withProps({
|
const profileLabel = view.modelBuilder.text().withProps({
|
||||||
|
|||||||
Reference in New Issue
Block a user