@brightspace-ui/core 3.82.0 → 3.83.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/form/form.js +0 -3
- package/package.json +1 -1
package/components/form/form.js
CHANGED
@@ -193,9 +193,6 @@ class Form extends FormMixin(LitElement) {
|
|
193
193
|
}
|
194
194
|
|
195
195
|
_setupDialogValidationReset() {
|
196
|
-
const flag = window.D2L?.LP?.Web?.UI?.Flags.Flag('GAUD-6979-dialog-close-reset-validation', true) ?? true;
|
197
|
-
if (!flag) return;
|
198
|
-
|
199
196
|
const dialogAncestor = findComposedAncestor(
|
200
197
|
this,
|
201
198
|
node => node?._isDialogMixin
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.83.0",
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|