crap
This commit is contained in:
		@@ -29,7 +29,6 @@ const AddDealProductModal = ({
 | 
			
		||||
        context.closeContextModal(id);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
        <BaseFormModal
 | 
			
		||||
            {...innerProps}
 | 
			
		||||
@@ -39,10 +38,10 @@ const AddDealProductModal = ({
 | 
			
		||||
            <BaseFormModal.Body>
 | 
			
		||||
                <>
 | 
			
		||||
                    <ProductSelect
 | 
			
		||||
                        placeholder={"Выберите услугу"}
 | 
			
		||||
                        label={"Услуга"}
 | 
			
		||||
                        placeholder={"Выберите товар"}
 | 
			
		||||
                        label={"Товар"}
 | 
			
		||||
                        clientId={innerProps.clientId}
 | 
			
		||||
                        {...form.getInputProps('service')}
 | 
			
		||||
                        {...form.getInputProps('product')}
 | 
			
		||||
                    />
 | 
			
		||||
                    <NumberInput
 | 
			
		||||
                        placeholder={"Введите количество"}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user