From 2021a9f1ae395e3afe2ca51ee557629598438563 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Thu, 18 Jul 2024 12:22:43 +0200 Subject: [PATCH] . --- client/src/app/quotes/edit.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/client/src/app/quotes/edit.tsx b/client/src/app/quotes/edit.tsx index 3cc3ee0..491d758 100644 --- a/client/src/app/quotes/edit.tsx +++ b/client/src/app/quotes/edit.tsx @@ -28,6 +28,8 @@ export const QuoteEdit = () => { const navigate = useNavigate(); const quoteId = useUrlId(); + const [activeTab, setActiveTab] = useState("general"); + const [quoteCurrency, setQuoteCurrency] = useState( CurrencyData.createDefaultCode().object ); @@ -238,25 +240,29 @@ export const QuoteEdit = () => { - + {t("quotes.create.tabs.general")} {t("quotes.create.tabs.items")} {/* {t("quotes.create.tabs.history")}*/} - + - + - - +