Skip to content

Commit 290b280

Browse files
committed
rethrow UI errors
1 parent a885ba6 commit 290b280

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui/pages/externalMembership/ManageExternalMembership.page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const ManageExternalMembershipPage = () => {
4141
color: "red",
4242
icon: <IconAlertCircle size={16} />,
4343
});
44+
throw error;
4445
}
4546
};
4647

@@ -87,6 +88,7 @@ export const ManageExternalMembershipPage = () => {
8788
color: "red",
8889
icon: <IconAlertCircle size={16} />,
8990
});
91+
throw error;
9092
}
9193
};
9294
if (!validLists) {

0 commit comments

Comments
 (0)