Skip to content

Commit e031703

Browse files
authored
Revert "Fix: key-value form component initial rows/state synchronization"
1 parent d518fe0 commit e031703

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: packages/forms/dist/components/key-value.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/forms/resources/js/components/key-value.js

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export default function keyValueFormComponent({ state }) {
3636
return
3737
}
3838

39-
this.shouldUpdateRows = true
40-
4139
this.updateRows()
4240
})
4341
},

0 commit comments

Comments
 (0)