Fix browse disabled
This commit is contained in:
@@ -60,7 +60,7 @@ export default CSSModules((props) => {
|
||||
<Button clicked={()=>props.browseClicked(props.title, props.location)}
|
||||
col={inputColumnSpan - 7}
|
||||
colSpan={7}
|
||||
disabled={props.mounted || props.disabled}
|
||||
disabled={props.mounted || props.disabled || !props.allowMount}
|
||||
key={'b' + key++}
|
||||
row={secondRow}
|
||||
rowSpan={7}>...</Button>
|
||||
|
||||
Reference in New Issue
Block a user