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

(cherry picked from commit 9b75025)
  • Loading branch information
Fryguy committed Jan 31, 2024
1 parent 4528c84 commit 39d5a73
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 39d5a73

Please sign in to comment.