mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-26 22:54:07 +00:00
Finalize Typescript restructure
This commit is contained in:
@@ -64,7 +64,7 @@ async function submitInvitation(): Promise<void> {
|
||||
try {
|
||||
await memberStore.inviteMember({
|
||||
email: form.email,
|
||||
role: form.role_id !== null ? String(form.role_id) : undefined,
|
||||
role_id: form.role_id,
|
||||
})
|
||||
form.email = ''
|
||||
form.role_id = null
|
||||
|
||||
Reference in New Issue
Block a user