Skip to content

Commit 6dbc1c0

Browse files
change min property for the retention input
1 parent e3c6b55 commit 6dbc1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/backup/FormSchedule.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<a-input-number
113113
style="width: 100%"
114114
v-model:value="form.maxbackups"
115-
:min="1" />
115+
:min="0" />
116116
</a-tooltip>
117117
</a-form-item>
118118
</a-col>

0 commit comments

Comments
 (0)