Skip to content

Commit

Permalink
feat(SwitchControl): revert BaseControl.ts change
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalvinbullhorn committed Aug 27, 2024
1 parent e7be26f commit 429de2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export class BaseControl extends ControlConfig {
this.enabled = true;
this.layoutOptions = config.layoutOptions || {};
this.military = !!config.military;
this.minimal = !!config.minimal;
this.dateFormat = config.dateFormat;
this.textMaskEnabled = config.textMaskEnabled;
this.maskOptions = config.maskOptions;
Expand Down

0 comments on commit 429de2c

Please sign in to comment.