Skip to content

Commit f56d4ba

Browse files
committed
Fix artwork edit error handling
1 parent 6f12d51 commit f56d4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/artwork/EditArtworkModalComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class EditArtworkModalComponent extends React.Component {
7878
<div className="modal-body">
7979
<div className={errorClasses}>
8080
<div className="alert alert-danger" role="alert">
81-
{modalError}
81+
{modalError && modalError.message}
8282
</div>
8383
</div>
8484

0 commit comments

Comments
 (0)