Skip to content

Commit

Permalink
[#1891] Cleaned up block classes for non-field-error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Dec 4, 2023
1 parent 84b5d7e commit 25ebb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/js/components/form/FileInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class FileInput extends Component {
* @return {HTMLDivElement}
*/
getFormNonFieldError() {
return document.querySelector('.form__non-field-error')
return document.querySelector('.non-field-error')
}

/**
Expand Down

0 comments on commit 25ebb82

Please sign in to comment.