Skip to content

Commit

Permalink
Merge pull request #469 from droberts-ctrlo/new-name-error
Browse files Browse the repository at this point in the history
Fix error submitting curval with file field
  • Loading branch information
abeverley authored Oct 2, 2024
2 parents ea60e58 + 4302e19 commit a7749a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/components/button/lib/rename-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class RenameButton {
createElement("input", {
type: 'text',
id: `file-rename-${fileId}`,
name: `file-rename-${fileId}`,
classList: ['input', 'input--text', 'form-control', 'hidden'],
ariaHidden: 'true'
})
Expand Down

0 comments on commit a7749a6

Please sign in to comment.