harukatokutake 6 лет назад
Родитель
Сommit
722acbf9b4

+ 1 - 1
src/client/js/components/Admin/FullTextSearchManagement/FullTextSearchPage.jsx

@@ -24,7 +24,7 @@ class FullTextSearchManagement extends React.Component {
       toastSuccess('Building request is successfully posted.');
     })
       .catch((e) => {
-        toastError('err', e);
+        toastError(new Error('エラーが発生しました'));
       });
   }