We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4745b5 commit ee36340Copy full SHA for ee36340
1 file changed
src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx
@@ -87,7 +87,7 @@ const AppSettingsModal = ({
87
// If submitting the form with errors, show the alert and scroll to it.
88
await handleSubmit(event);
89
if (Object.keys(errors).length > 0) {
90
- /* instanbul ignore next: temp to unblock lint cleanup. We probably should test this. */
+ /* istanbul ignore next: temp to unblock lint cleanup. We probably should test this. */
91
setSaveError(true);
92
alertRef?.current.scrollIntoView?.(); // eslint-disable-line no-unused-expressions
93
}
0 commit comments