feat: fixed price
This commit is contained in:
		@@ -67,6 +67,7 @@ const DealServicesTable: FC<Props> = ({
 | 
				
			|||||||
        debouncedOnChange({
 | 
					        debouncedOnChange({
 | 
				
			||||||
            ...item,
 | 
					            ...item,
 | 
				
			||||||
            price,
 | 
					            price,
 | 
				
			||||||
 | 
					            isFixedPrice: true,
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    const onLockChange = (item: DealServiceSchema, isLocked: boolean) => {
 | 
					    const onLockChange = (item: DealServiceSchema, isLocked: boolean) => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user