Skip to content

Commit

Permalink
Merge pull request #104 from agrare/add_zone_id_to_validation_depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
Fryguy authored Jan 23, 2024
2 parents b3c3c14 + b2c1f5e commit 9b75025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def params_for_create
:name => 'authentications.default.valid',
:skipSubmit => true,
:isRequired => true,
:validationDependencies => %w[type],
:validationDependencies => %w[type zone_id],
:fields => [
{
:component => "text-field",
Expand Down

0 comments on commit 9b75025

Please sign in to comment.