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")}*/} - + - + - - +