NWACus / avy

Mobile-Native Viewing of NAC Avalanche Forecasts
MIT License
11 stars 7 forks source link

SimpleForm treat images as form field #721

Closed beaucollins closed 6 months ago

beaucollins commented 6 months ago

Instead of managing image and setImage differently than other form fields, this uses the useForm apis to manage the ObservationFormData's images field.

Functionally nothing has changed.