diff --git a/src/web/pages/tags/dialog.js b/src/web/pages/tags/dialog.js index c7574ea215..a69cd38c13 100644 --- a/src/web/pages/tags/dialog.js +++ b/src/web/pages/tags/dialog.js @@ -119,6 +119,10 @@ class TagDialog extends React.Component { this.setState({ resourceOptions: data, }); + }) + .catch(err => { + this.isLoading = false; + throw err; }); }