1
0
Fork 0
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:
Steffen Vogel 2018-06-09 14:57:02 +02:00
parent 95ff0dc14d
commit cdba275eee

View file

@ -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