Skip to content

Commit

Permalink
Let new proposal's default spoken_language be 'EN'
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Dec 14, 2024
1 parent b5cb4af commit 676ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def custom_fields
end

def spoken_language
super || RubyKaigi::CfpApp.spoken_language(custom_fields['spoken language in your talk'])
super || RubyKaigi::CfpApp.spoken_language(custom_fields['spoken language in your talk'] || 'EN')
end

def update_state(new_state)
Expand Down

0 comments on commit 676ed39

Please sign in to comment.