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