Error in previous commit. Correct labels for bill export IO-626

This commit is contained in:
Patrick Fic
2021-02-16 10:34:04 -08:00
parent d806477360
commit 8c69be8923
5 changed files with 29 additions and 5 deletions

View File

@@ -98,11 +98,11 @@ export function PayableExportAll({
});
if (!!!billUpdateResponse.errors) {
notification["success"]({
message: t("jobs.successes.exported"),
message: t("bills.successes.exported"),
});
} else {
notification["error"]({
message: t("jobs.errors.exporting", {
message: t("bills.errors.exporting", {
error: JSON.stringify(billUpdateResponse.error),
}),
});