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