Skip to content

Commit

Permalink
VACMS-16959 Resolve locked menu bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
swirtSJW committed Jan 24, 2024
1 parent 2af44b0 commit a5146f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docroot/modules/custom/va_gov_media/va_gov_media.module
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ function va_gov_media_clientside_validation_validator_info_alter(&$validators) {
foreach ($validators as &$validator) {
$validator['attachments']['library'][] = 'va_gov_media/cv.alt-text.validate';
}
unset($validator);
}

0 comments on commit a5146f0

Please sign in to comment.