mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
Update BillForm.tsx
Removed the injected number value where the deleted keywords were used.
This commit is contained in:
@@ -82,7 +82,6 @@ function BillForm({
|
|||||||
isNewMode
|
isNewMode
|
||||||
? 'the_bill_has_been_created_successfully'
|
? 'the_bill_has_been_created_successfully'
|
||||||
: 'the_bill_has_been_edited_successfully',
|
: 'the_bill_has_been_edited_successfully',
|
||||||
{ number: values.bill_number },
|
|
||||||
),
|
),
|
||||||
intent: Intent.SUCCESS,
|
intent: Intent.SUCCESS,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user