Skip to content

Commit

Permalink
Quick refactor on md-date-range
Browse files Browse the repository at this point in the history
Closes adiwg#349
  • Loading branch information
dvonanderson committed Apr 9, 2020
1 parent 55c90b7 commit 4664621
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/pods/components/input/md-date-range/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const Validations = buildValidations({
validator('presence', {
presence: true,
disabled: notEmpty('model.end'),
ignoreBlank: true,
})
],
end: {
Expand All @@ -33,7 +32,6 @@ const Validations = buildValidations({
validator('presence', {
presence: true,
disabled: notEmpty('model.start'),
ignoreBlank: true,
} )
]
}
Expand Down

0 comments on commit 4664621

Please sign in to comment.