Skip to content

Commit

Permalink
Fixed problems on the edges of the standards (bottom, top)
Browse files Browse the repository at this point in the history
  • Loading branch information
Halsted Larsson committed Apr 2, 2019
1 parent a512ede commit c3a429e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Slate\CBL\Demonstrations\DemonstrationSkill::$validators['TargetLevel'] = [
'validator' => 'number'
,'min' => 1
,'max' => 6
,'max' => 7
,'required' => false
];

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Ext.define('Baxter.cbl.override.Slider', {


config: {
minRating: 1,
minRating: 0,
maxRating: 6,
menuRatings: [0]
}
Expand Down

0 comments on commit c3a429e

Please sign in to comment.