Skip to content

Commit

Permalink
Add blank line back
Browse files Browse the repository at this point in the history
  • Loading branch information
borjajimnz committed Jan 23, 2025
1 parent 144544e commit 090e3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/forms/resources/js/components/key-value.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default function keyValueFormComponent({ state }) {

reorderRows: function (event) {
const rows = Alpine.raw(this.rows)

this.rows = []

const reorderedRow = rows.splice(event.oldIndex, 1)[0]
Expand Down

0 comments on commit 090e3bc

Please sign in to comment.