Skip to content

Commit a3289f8

Browse files
committed
Merge remote-tracking branch 'apache/4.17' into main
2 parents 2d1d294 + 76ec980 commit a3289f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/src/views/storage/FormSchedule.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@
116116
<a-input-number
117117
style="width: 100%"
118118
v-model:value="form.maxsnaps"
119-
:min="1"
120-
:max="8" />
119+
:min="1" />
121120
</a-tooltip>
122121
</a-form-item>
123122
</a-col>

0 commit comments

Comments
 (0)