Added unmount
This commit is contained in:
@@ -60,7 +60,7 @@ export default CSSModules((props) => {
|
||||
width='19px'/>;
|
||||
|
||||
const actionsDisplay = (
|
||||
<Button clicked={()=>props.clicked(props.title, !props.mounted, props.location, props.pid)}
|
||||
<Button clicked={()=>props.clicked(props.title, !props.mounted, props.location)}
|
||||
col={inputColumnSpan + 2}
|
||||
colSpan={21}
|
||||
disabled={!props.allowMount || props.disabled}
|
||||
|
||||
Reference in New Issue
Block a user