Skip to content

Commit 31b9c50

Browse files
committed
Increase Time Series "Width of Coverage" max limit to 10,000 #646
1 parent a27d193 commit 31b9c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-client/src/components/SrSimpleYatcCntrl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
size="small"
1313
:minFractionDigits="1"
1414
:min="0.001"
15-
:max="5000"
15+
:max="10000"
1616
:step="1.000"
1717
showButtons
1818
@update:modelValue="handleModelValueChange"

0 commit comments

Comments
 (0)