@fctc/widget-logic 3.2.5 → 3.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/widget.js +1 -1
- package/dist/widget.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5377,7 +5377,7 @@ var many2oneFieldController = (props) => {
|
|
|
5377
5377
|
JSON.parse(JSON.stringify({ ...formValues, context: contextObject })) ?? {}
|
|
5378
5378
|
)
|
|
5379
5379
|
);
|
|
5380
|
-
}, [domain
|
|
5380
|
+
}, [domain]);
|
|
5381
5381
|
(0, import_react16.useEffect)(() => {
|
|
5382
5382
|
if (!propValue && tempSelectedOption) {
|
|
5383
5383
|
methods.setValue(name, null);
|
package/dist/index.mjs
CHANGED
|
@@ -5458,7 +5458,7 @@ var many2oneFieldController = (props) => {
|
|
|
5458
5458
|
JSON.parse(JSON.stringify({ ...formValues, context: contextObject })) ?? {}
|
|
5459
5459
|
)
|
|
5460
5460
|
);
|
|
5461
|
-
}, [domain
|
|
5461
|
+
}, [domain]);
|
|
5462
5462
|
useEffect10(() => {
|
|
5463
5463
|
if (!propValue && tempSelectedOption) {
|
|
5464
5464
|
methods.setValue(name, null);
|
package/dist/widget.js
CHANGED
|
@@ -4622,7 +4622,7 @@ var many2oneFieldController = (props) => {
|
|
|
4622
4622
|
JSON.parse(JSON.stringify({ ...formValues, context: contextObject })) ?? {}
|
|
4623
4623
|
)
|
|
4624
4624
|
);
|
|
4625
|
-
}, [domain
|
|
4625
|
+
}, [domain]);
|
|
4626
4626
|
(0, import_react16.useEffect)(() => {
|
|
4627
4627
|
if (!propValue && tempSelectedOption) {
|
|
4628
4628
|
methods.setValue(name, null);
|
package/dist/widget.mjs
CHANGED
|
@@ -4680,7 +4680,7 @@ var many2oneFieldController = (props) => {
|
|
|
4680
4680
|
JSON.parse(JSON.stringify({ ...formValues, context: contextObject })) ?? {}
|
|
4681
4681
|
)
|
|
4682
4682
|
);
|
|
4683
|
-
}, [domain
|
|
4683
|
+
}, [domain]);
|
|
4684
4684
|
useEffect10(() => {
|
|
4685
4685
|
if (!propValue && tempSelectedOption) {
|
|
4686
4686
|
methods.setValue(name, null);
|