fix: correct translation function call in Sidebar and add required fields in AddProduct form

This commit is contained in:
2026-05-30 11:33:45 +02:00
parent c55cb8a69a
commit 2d3450331a
3 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export const Sidebar = () => {
</Button>
<Button
onClick={() => {
changeTranslation;
changeTranslation();
}}
color="neutral"
startDecorator={<TranslateIcon />}