This commit is contained in:
@ -1309,9 +1309,6 @@ export default function OwnerPropertiesPage() {
|
||||
rentType: rentTypeMap[updatedProperty.rentType] ?? 0,
|
||||
type: updatedProperty.furnished ? 0 : 1,
|
||||
allowedPaymentPeriod: "",
|
||||
isSmokeAllow: null,
|
||||
specializedFor: null,
|
||||
isVisitorAllow: null,
|
||||
};
|
||||
|
||||
await editRentProperty(updatedProperty.id, payload);
|
||||
|
||||
Reference in New Issue
Block a user