Skip to content

Commit

Permalink
removed required validator from playback data field
Browse files Browse the repository at this point in the history
  • Loading branch information
bodokaiser committed May 18, 2018
1 parent 8a838a2 commit 15e298f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/device.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ const PlaybackGroup = ({ sourceUnit, defaultUnit }) => (

return value
}
}}
validators={{ required }} />
}} />
</div>
<div className="col-5">
<QuantityGroup
model=".interval"

sourceUnit="s"
defaultUnit="ns"
validators={{ required, quantity }} />
Expand Down

0 comments on commit 15e298f

Please sign in to comment.