Add ski pass state to listing form
This commit is contained in:
parent
fb564e8b2f
commit
e44b9b9685
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ export default function NewListingPage() {
|
|||
const [hasBarbecue, setHasBarbecue] = useState(false);
|
||||
const [hasMicrowave, setHasMicrowave] = useState(false);
|
||||
const [hasFreeParking, setHasFreeParking] = useState(false);
|
||||
const [hasSkiPass, setHasSkiPass] = useState(false);
|
||||
const [evChargingAvailable, setEvChargingAvailable] = useState<boolean>(false);
|
||||
const [calendarUrls, setCalendarUrls] = useState('');
|
||||
const [selectedImages, setSelectedImages] = useState<SelectedImage[]>([]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue