Skip to content

Commit

Permalink
change input type
Browse files Browse the repository at this point in the history
  • Loading branch information
DrumsnChocolate committed Oct 28, 2024
1 parent 287a475 commit e9af9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/forms/room-advert-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
@label='Locatie'
@maxlength={{100}}
/>
<ModelForm::TextInput
<ModelForm::DateInput
@model={{@model}}
@property='availableFrom'
@label='Beschikbaar vanaf'
@maxlength={{100}}
@required={{true}}
/>
<ModelForm::CheckboxInput
@model={{@model}}
Expand Down

0 comments on commit e9af9e4

Please sign in to comment.