Skip to content

Commit 79ffe5a

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

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
@@ -68,7 +68,7 @@ function submitUpdatedItem(form, item) {
6868
afterContentTypeUpdated();
6969
}
7070
})
71-
.catch(function (err) {
71+
.catch(function (err) {
7272
loading.hide();
7373
if (err.status == 400)
7474
toast("Error, you must specify a type for people");

0 commit comments

Comments
 (0)