mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 22:35:46 +01:00
feat: storage quota is unlimited #24
This commit is contained in:
parent
e75e9b8c4c
commit
b03e92ad85
1 changed files with 0 additions and 5 deletions
|
|
@ -333,11 +333,6 @@ export default function RepoManage(props) {
|
|||
}
|
||||
{...register('size', {
|
||||
required: 'A size is required.',
|
||||
maxLength: {
|
||||
value: 3,
|
||||
message:
|
||||
'999(Go) is the maximum value.',
|
||||
},
|
||||
})}
|
||||
/>
|
||||
{errors.size && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue