diff --git a/src/web/components/ParticipantManagement/UpdateParticipantDialog.stories.tsx b/src/web/components/ParticipantManagement/UpdateParticipantDialog.stories.tsx index 7e78987d..a784a98d 100644 --- a/src/web/components/ParticipantManagement/UpdateParticipantDialog.stories.tsx +++ b/src/web/components/ParticipantManagement/UpdateParticipantDialog.stories.tsx @@ -50,7 +50,6 @@ export const ParticipantWithExistingRoles: Story = { ], }, onUpdateParticipant: (form) => { - // eslint-disable-next-line no-console console.log(form); return Promise.resolve(); },