Skip to content

Commit

Permalink
Add required indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmir committed Nov 20, 2024
1 parent 4c92b80 commit 0644193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/meeting/app/forms/meeting/project_autocompleter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Meeting::ProjectAutocompleter < ApplicationForm
name: "project_id",
id: "project_id",
label: Project.model_name.human,
required: true,
data: {
"test-selector": "project_id"
},
Expand Down

0 comments on commit 0644193

Please sign in to comment.