This commit is contained in:
parent
ce2b31e3f9
commit
0c12c90b94
|
|
@ -70,16 +70,19 @@ export const VariableTabs: React.FC<VariableTabsProps> = ({ tabKey }) => {
|
|||
label={t(`description_en`)}
|
||||
value={FormikName("description_en")}
|
||||
onChange={handleFieldChange('description_en')}
|
||||
type="textarea"
|
||||
/>
|
||||
<FormItem
|
||||
label={t(`description_ar`)}
|
||||
value={FormikName("description_ar")}
|
||||
onChange={handleFieldChange('description_ar')}
|
||||
type="textarea"
|
||||
/>
|
||||
<FormItem
|
||||
label={t(`description_de`)}
|
||||
value={FormikName("description_de")}
|
||||
onChange={handleFieldChange('description_de')}
|
||||
type="textarea"
|
||||
/>
|
||||
<FormItem
|
||||
label={t(`price`)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user