fix: correct translation function call in Sidebar and add required fields in AddProduct form
This commit is contained in:
@@ -84,7 +84,7 @@ export const Sidebar = () => {
|
||||
</Button>
|
||||
<Button
|
||||
onClick={() => {
|
||||
changeTranslation;
|
||||
changeTranslation();
|
||||
}}
|
||||
color="neutral"
|
||||
startDecorator={<TranslateIcon />}
|
||||
|
||||
Reference in New Issue
Block a user