Started modifying chart components. Removed chartjs and added Nivo. Fixed signout functionality.
This commit is contained in:
@@ -110,6 +110,8 @@ function InvoiceEnterModalContainer({
|
||||
});
|
||||
})
|
||||
.catch(error => {
|
||||
console.log("error", error);
|
||||
|
||||
notification["error"]({
|
||||
message: t("invoices.errors.creating", {
|
||||
message: error.message
|
||||
|
||||
Reference in New Issue
Block a user