Image is required for creating an item, required fields actually required, Available After and Available Before defaults changed, delete confirmation modal for deleting an item

This commit is contained in:
jackiettran
2025-12-29 19:26:37 -05:00
parent ac1e22f194
commit 7dd3aff0f8
10 changed files with 287 additions and 89 deletions

View File

@@ -67,13 +67,11 @@ const PricingForm: React.FC<PricingFormProps> = ({
"Set multiple pricing tiers for flexible rental rates."
) : (
<>
Set your pricing rate. You can use Advanced Pricing for multiple
pricing tiers. Community Rentals charges a 10% Community Upkeep
Fee to help keep us running.{" "}
Community Rentals charges a 10% Community Upkeep Fee to help keep
us running.{" "}
<Link to="/faq" target="_blank">
Calculate what you can earn here.
Calculate what you can earn here
</Link>
.
</>
)}
</p>