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