Update BillForm.tsx

Removed the injected number value where the deleted keywords were used.
This commit is contained in:
Kalliopi Pliogka
2023-08-16 22:30:31 +03:00
committed by GitHub
parent 6b6e19f53b
commit 74c4418549

View File

@@ -82,7 +82,6 @@ function BillForm({
isNewMode
? 'the_bill_has_been_created_successfully'
: 'the_bill_has_been_edited_successfully',
{ number: values.bill_number },
),
intent: Intent.SUCCESS,
});