fix: notify invoice notification key query.

This commit is contained in:
a.bouhuolia
2021-11-10 22:02:00 +02:00
parent e0c03141f0
commit 95e75f0e8f
2 changed files with 3 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ function NotifyInvoiceViaSMSFormProvider({ invoiceId, dialogName, ...props }) {
useInvoiceSMSDetail(
invoiceId,
{
notification_type: notificationType,
notification_key: notificationType,
},
{
enabled: !!invoiceId,