Skip to content

Commit dd94d76

Browse files
chore: Fixing compatibility with latest Vue
1 parent 9e7012e commit dd94d76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/form/SaFormItemInternal.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
4646
// changes made to the form values must be reflected in the wrapped components
4747
watch(() => saFormApi.formValues.value, (value) => {
48-
formItemValue.value = undefined;
4948
const path = props.prop.split('.');
5049
let current = value;
5150
for (let i = 0; i < path.length; i += 1) {

0 commit comments

Comments
 (0)