Skip to content

Commit eaa276f

Browse files
committed
Remove console.warn
1 parent b4c6fc6 commit eaa276f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/organizers/[organizerId]/preview/OrganizerTable.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ const VerenigingsloketPreview = ({
217217
queryKey: ['organizers-verenigingsloket', organizerId],
218218
});
219219
},
220-
onError: (error) => {
221-
console.warn('Failed to delete verenigingsloket:', error);
220+
onError: () => {
222221
setIsDeleteModalVisible(false);
223222
},
224223
});

0 commit comments

Comments
 (0)