feat: SMS notification handle errors.

This commit is contained in:
a.bouhuolia
2021-11-09 13:49:16 +02:00
parent 3039e43767
commit 9e5fddf294
6 changed files with 45 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ function NotifyInvoiceViaSMSDialog({
<DialogSuspense>
<NotifyInvoiceViaSMSDialogContent
dialogName={dialogName}
invoice={invoiceId}
invoiceId={invoiceId}
/>
</DialogSuspense>
</Dialog>