mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
This commit is contained in:
committed by
GitHub
parent
0ad791350a
commit
848c5f7b9a
@@ -217,9 +217,9 @@ export class DatabaseFileDialog extends DialogBase<DatabaseFile> {
|
||||
= this.inMegabytesAutogrowth.enabled
|
||||
= this.autoFilegrowthInput.enabled
|
||||
= this.limitedToMbFileSize.enabled
|
||||
= this.limitedToMbFileSizeInput.enabled
|
||||
= this.unlimitedFileSize.enabled
|
||||
= this.result.isAutoGrowthEnabled = checked;
|
||||
this.limitedToMbFileSizeInput.enabled = checked && this.limitedToMbFileSize.checked;
|
||||
}, true, true);
|
||||
|
||||
// Autogrowth radio button and input section
|
||||
|
||||
Reference in New Issue
Block a user