mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: messages appToaster.
This commit is contained in:
@@ -114,8 +114,8 @@ function VendorForm({
|
||||
AppToaster.show({
|
||||
message: formatMessage({
|
||||
id: isNewMode
|
||||
? 'the_vendor_has_been_successfully_created'
|
||||
: 'the_item_vendor_has_been_successfully_edited',
|
||||
? 'the_vendor_has_been_created_successfully'
|
||||
: 'the_item_vendor_has_been_edited_successfully',
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user