Skip to content

Commit

Permalink
Remove validation from DriverDetails
Browse files Browse the repository at this point in the history
Validating with `requiredIf` was refusing to allow an empty object,
which may be a valid driver configuration.
  • Loading branch information
amrc-benmorrow committed Oct 9, 2024
1 parent d8011fb commit 83a77d0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,6 @@ export default {
return this.model.connType === 'Driver' || false
},
validations: {
requiredIf: requiredIf(() => {
return this.model.connType === 'Driver' || false
}),
},
description: 'Driver-specific connection details.',
title: 'DriverDetails',
Expand Down

0 comments on commit 83a77d0

Please sign in to comment.