Skip to content

Commit 52224e4

Browse files
Update src/components/metadataEditor/metadataEditor.js
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd45b92 commit 52224e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/metadataEditor/metadataEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function submitUpdatedItem(form, item) {
7070
})
7171
.catch(function (err) {
7272
loading.hide();
73-
if (err.status == 400)
73+
if (err.status == 400)
7474
toast("Error, you must specify a type for people");
7575

7676
});

0 commit comments

Comments
 (0)