Skip to content

Commit

Permalink
max file size input field has wierd enable/disable behavior #24322 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ssreerama authored Sep 14, 2023
1 parent 0ad7913 commit 848c5f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 848c5f7

Please sign in to comment.