diff --git a/spug_web/src/pages/host/Form.js b/spug_web/src/pages/host/Form.js index 740df94..1deadc8 100644 --- a/spug_web/src/pages/host/Form.js +++ b/spug_web/src/pages/host/Form.js @@ -56,6 +56,7 @@ class ComForm extends React.Component { store.fetchRecords() } }) + .catch(() => null) .finally(() => { this.setState({loading: false}); });