feat: add drawer and add upload feat
This commit is contained in:
@@ -80,11 +80,11 @@ export const Settings = () => {
|
||||
<FormText label='Key' value={config.key} onChange={handleChange} focused={true} />
|
||||
</Box>
|
||||
<Box mb={2}>
|
||||
<FormText label='Version' value={config.version} onChange={handleChange} disabled={true} />
|
||||
<FormText label='Version' value={config.version} onChange={handleChange} disabled={false} />
|
||||
</Box>
|
||||
<Box mb={2}>
|
||||
{/* <Box mb={2}>
|
||||
<FormText label='Username' value={config.username} onChange={handleChange} disabled={true} />
|
||||
</Box>
|
||||
</Box> */}
|
||||
<Box mb={2}>
|
||||
<FormText label='Prefix' value={config.prefix} onChange={handleChange} disabled={true} />
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user