fix(HMS-4310): Disable editing of Blueprint file
This commit is contained in:
parent
c97665da52
commit
d7726c30a6
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export const ImportBlueprintModal: React.FunctionComponent<
|
|||
onReadFinished={handleFileReadFinished}
|
||||
onClearClick={handleClear}
|
||||
isLoading={isLoading}
|
||||
allowEditingUploadedText={false}
|
||||
isReadOnly={true}
|
||||
browseButtonText="Upload"
|
||||
dropzoneProps={{
|
||||
accept: { 'text/json': ['.json'] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue