Shun Miyazawa před 4 roky
rodič
revize
aec08e6e24

+ 2 - 0
src/client/js/components/Admin/Users/UserInviteModal.jsx

@@ -55,6 +55,7 @@ class UserInviteModal extends React.Component {
         msg = `Existing email<br>${msg}`;
         msg = `Existing email<br>${msg}`;
         toastWarning(msg);
         toastWarning(msg);
         break;
         break;
+      // TODO: GW-6496
       case 'error':
       case 'error':
         toastError(msg);
         toastError(msg);
         break;
         break;
@@ -223,6 +224,7 @@ class UserInviteModal extends React.Component {
       if (emailList.existingEmailList.length > 0) {
       if (emailList.existingEmailList.length > 0) {
         this.showToasterByEmailList(emailList.existingEmailList, 'warning');
         this.showToasterByEmailList(emailList.existingEmailList, 'warning');
       }
       }
+      // TODO: GW-6496
     }
     }
     catch (err) {
     catch (err) {
       toastError(err);
       toastError(err);