We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e516beb commit 4eb76abCopy full SHA for 4eb76ab
src/ui.js
@@ -181,7 +181,7 @@ export function getArrayFormRow(args) {
181
if (i === data.length - 1)
182
nextArgs.onMoveDown = null;
183
else
184
- nextArgs.onMoveDown = (e) => onMove(name + '-' + i, name + '-' + (i + 1));;
+ nextArgs.onMoveDown = (e) => onMove(name + '-' + i, name + '-' + (i + 1));
185
186
if (type === 'array') {
187
groups.push(getArrayFormRow(nextArgs));
0 commit comments