Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IOherhi committed Mar 7, 2025
1 parent 00f5f07 commit ff4e730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ const arrayFromAtributs = arrayInputs.map((item) => {

labelElement.setAttribute('for', curent);
labelElement.setAttribute('class', 'field-label')

item.prepend(labelElement);
});

0 comments on commit ff4e730

Please sign in to comment.