date selection

This commit is contained in:
jackiettran
2025-07-18 00:31:23 -04:00
parent 1dbe821e70
commit f289022b5d
9 changed files with 852 additions and 253 deletions

View File

@@ -546,7 +546,7 @@ const EditItem: React.FC = () => {
const userPeriods = periods.filter(p => !p.isAcceptedRental);
setFormData(prev => ({ ...prev, unavailablePeriods: userPeriods }));
}}
priceType={priceType}
mode="owner"
/>
</div>