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