Added functional upload on invoice enter. BOD-75
This commit is contained in:
@@ -38,7 +38,7 @@ export function InvoiceDetailEditContainer({ bodyshop }) {
|
||||
}, [form, search.invoiceid]);
|
||||
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
if (!!!search.invoiceid) return <div>{t("invoices.labels.noneseleced")}</div>;
|
||||
if (!!!search.invoiceid) return <div>{t("invoices.labels.noneselected")}</div>;
|
||||
return (
|
||||
<LoadingSkeleton loading={loading}>
|
||||
<Form
|
||||
|
||||
Reference in New Issue
Block a user