fix: fix notes.

This commit is contained in:
elforjani13
2021-12-08 22:43:44 +02:00
parent 3690c88c04
commit c89b8b131d
15 changed files with 103 additions and 30 deletions

View File

@@ -73,7 +73,7 @@ function CreditNoteFormProvider({ creditNoteId, ...props }) {
return (
<DashboardInsider
loading={isItemsLoading || isCustomersLoading || isCreditNoteLoading}
name={'credit-notes-form'}
name={'credit-note-form'}
>
<CreditNoteFormContext.Provider value={provider} {...props} />
</DashboardInsider>