[FEATURE] Initial Mutability Features

This commit is contained in:
Dunemask 2024-01-23 13:02:16 -07:00
parent eb53e56dc7
commit ea54ee6239
6 changed files with 61 additions and 43 deletions

View file

@ -6,7 +6,7 @@ export default function BackupBucketOption(props) {
<TextField
label="Bucket Path"
onChange={onChange}
defaultValue={value}
value={value}
helperText="Example: /minecraft-backups/example-backups"
FormHelperTextProps={{ sx: { ml: 0 } }}
required