Skip to content

Commit

Permalink
feat: Form: Clean up dialog form validation reset flag (#5340)
Browse files Browse the repository at this point in the history
  • Loading branch information
margaree authored Jan 22, 2025
1 parent cd25bba commit cbb4f6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/form/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ class Form extends FormMixin(LitElement) {
}

_setupDialogValidationReset() {
const flag = window.D2L?.LP?.Web?.UI?.Flags.Flag('GAUD-6979-dialog-close-reset-validation', true) ?? true;
if (!flag) return;

const dialogAncestor = findComposedAncestor(
this,
node => node?._isDialogMixin
Expand Down

0 comments on commit cbb4f6e

Please sign in to comment.