Skip to content

Commit

Permalink
Adopt fields in wayPoint form to vuetify 2 #248
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Jan 9, 2025
1 parent fed6e08 commit 4cb9253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WayPointImageRequirements extends Compound
protected function getConstraints(array $options): array
{
return [
new Assert\Image(maxSize: "1M", maxSizeMessage: 'way_point.file.max-size'),
new Assert\Image(maxSize: "10M", maxSizeMessage: 'way_point.file.max-size'),
];
}
}

0 comments on commit 4cb9253

Please sign in to comment.