feat: fixed price

This commit is contained in:
2025-02-04 07:44:19 +03:00
parent 0a4e20e888
commit 58d397ed0b

View File

@@ -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) => {