Can upload disk images on the server
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -35,7 +35,7 @@ export function FileInput(
|
||||
<InputAdornment position="start">
|
||||
<AttachFileIcon />
|
||||
|
||||
{p.value ? p.value.name : "Insert a file"}
|
||||
{p.value ? p.value.name : "Select a file"}
|
||||
</InputAdornment>
|
||||
</>
|
||||
),
|
||||
|
Reference in New Issue
Block a user