Shun Miyazawa 4 лет назад
Родитель
Сommit
e9fef4ec45

+ 1 - 1
packages/app/src/components/Admin/UserGroupDetail/UserGroupDetailPage.tsx

@@ -283,7 +283,7 @@ const UserGroupDetailPage: FC = () => {
     }
     catch (err) {
       toastError(err);
-      throw new Error(err);
+      throw err;
     }
   }, [t, mutateChildUserGroups, mutateSelectableChildUserGroups]);