Sfoglia il codice sorgente

remove unnecessary event listener

Futa Arai 2 anni fa
parent
commit
51217b2831

+ 0 - 2
apps/app/src/features/external-user-group/client/components/ExternalUserGroup/SyncExecution.tsx

@@ -118,8 +118,6 @@ export const SyncExecution = ({
     );
     );
   };
   };
 
 
-  window.addEventListener('customSubmitEvent', onSyncExecConfirmBtnClick);
-
   return (
   return (
     <>
     <>
       <h3 className="border-bottom mb-3">{t('external_user_group.execute_sync')}</h3>
       <h3 className="border-bottom mb-3">{t('external_user_group.execute_sync')}</h3>