feat: attrs on product
This commit is contained in:
@@ -94,6 +94,10 @@ const CreateProductModal = ({
|
|||||||
label={"Размер"}
|
label={"Размер"}
|
||||||
{...form.getInputProps('size')}
|
{...form.getInputProps('size')}
|
||||||
/>
|
/>
|
||||||
|
<TextInput
|
||||||
|
placeholder={"Введите доп. информацию"}
|
||||||
|
label={"Доп. информация"}
|
||||||
|
{...form.getInputProps('additionalInfo')} />
|
||||||
</Fieldset>
|
</Fieldset>
|
||||||
<Flex justify={"flex-end"} mt={rem(5)} gap={rem(10)}>
|
<Flex justify={"flex-end"} mt={rem(5)} gap={rem(10)}>
|
||||||
<Button onClick={() => onCancelClick()} variant={"subtle"}>Отменить</Button>
|
<Button onClick={() => onCancelClick()} variant={"subtle"}>Отменить</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user