max file size input field has wierd enable/disable behavior #24322 (#24407)

This commit is contained in:
Sai Avishkar Sreerama
2023-09-14 13:13:22 -05:00
committed by GitHub
parent e1f142b619
commit 183c743537

View File

@@ -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