Skip to content
Snippets Groups Projects
Commit 5b5f73f2 authored by lass's avatar lass
Browse files

Remove onClick from submit button

parent 3a95df62
No related branches found
No related tags found
1 merge request!398Greg 342 roledate error
Pipeline #187891 passed
......@@ -399,12 +399,7 @@ function NewGuestRole({ guest, reloadGuestInfo }: NewGuestRoleProps) {
label={t('input.searchable')}
/>
)}
<Button
onClick={onSubmit}
variant="contained"
color="secondary"
type="submit"
>
<Button variant="contained" color="secondary" type="submit">
{t('button.save')}
</Button>
<Button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment