mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: messages appToaster.
This commit is contained in:
@@ -150,8 +150,8 @@ function PaymentMadeForm({
|
||||
AppToaster.show({
|
||||
message: formatMessage({
|
||||
id: paymentMadeId
|
||||
? 'the_payment_made_has_been_successfully_edited'
|
||||
: 'the_payment_made_has_been_successfully_created',
|
||||
? 'the_payment_made_has_been_edited_successfully'
|
||||
: 'the_payment_made_has_been_created_successfully',
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user