mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-05-06 04:17:46 -05:00
Merge pull request #4 from deepghs/chore/lfs-keep-versions-max-9999
Raise the LFS version history input limit to 9999
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
<el-input-number
|
||||
v-model="lfsSettings.keep_versions"
|
||||
:min="2"
|
||||
:max="100"
|
||||
:max="9999"
|
||||
:step="1"
|
||||
/>
|
||||
<div class="text-sm text-gray-500 dark:text-gray-400 mt-1">
|
||||
|
||||
Reference in New Issue
Block a user