Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Jul 28, 2023
1 parent 3a17f97 commit 2bb0fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/controllers/eventDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ angular
if (
$scope.conference.cruEvent &&
$scope.conference.ministry &&
$scope.eventTypes().length !== 0 &&
$scope.getEventTypes().length !== 0 &&
!$scope.conference.eventType
) {
validationErrors.push(
Expand Down

0 comments on commit 2bb0fcd

Please sign in to comment.