فهرست منبع

show toastr when normalizing has succeeded

Yuki Takei 6 سال پیش
والد
کامیت
9ca91e475b
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/client/js/components/Admin/FullTextSearchManagement/RebuildIndex.jsx

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

@@ -85,7 +85,9 @@ class RebuildIndex extends React.Component {
       toastError(e);
     }
 
-    this.retrieveIndicesStatus();
+    await this.retrieveIndicesStatus();
+
+    toastSuccess('Normalizing has succeeded');
   }
 
   async rebuildIndices() {