fix: invalid storage quota with decimals (#21271)

This commit is contained in:
Jason Rasmussen
2025-08-26 14:46:29 -04:00
committed by GitHub
parent 5405810a38
commit 70e59c00d5
4 changed files with 84 additions and 4 deletions

View File

@@ -83,6 +83,7 @@
name="quotaSize"
placeholder={$t('unlimited')}
type="number"
step="1"
min="0"
bind:value={quotaSize}
/>