Skip to content

Commit 2aa8cce

Browse files
authored
Add back line removed during conflicts
1 parent ac02bb1 commit 2aa8cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
const countnew = Math.max(this.lastRowIndex, count);
289289
const groupnew = basename + countnew; // new group name
290290

291+
this.lastRowIndex = countnew + 1;
291292
row.setAttribute('data-group', groupnew);
292293

293294
// Fix inputs that have a "name" attribute

0 commit comments

Comments
 (0)