mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
intialize maximum of EditWidgetMinMaxControl to 100
This commit is contained in:
parent
95ff0dc14d
commit
cdba275eee
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class EditWidgetMinMaxControl extends React.Component {
|
|||
const widget = {};
|
||||
widget[props.controlID + "UseMinMax"] = false;
|
||||
widget[props.controlId + "Min"] = 0;
|
||||
widget[props.controlId + "Max"] = 1;
|
||||
widget[props.controlId + "Max"] = 100;
|
||||
|
||||
this.state = {
|
||||
widget
|
||||
|
|
Loading…
Add table
Reference in a new issue