mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
fix toggle install modal on click cardColumn
This commit is contained in:
@@ -189,7 +189,11 @@ class PluginEntry extends React.Component<Props, State> {
|
||||
<>
|
||||
<CardColumn
|
||||
className={classes.layout}
|
||||
action={this.isInstallable() ? this.toggleModal : null}
|
||||
action={
|
||||
this.isInstallable()
|
||||
? () => this.toggleModal("showInstallModal")
|
||||
: null
|
||||
}
|
||||
avatar={avatar}
|
||||
title={plugin.displayName ? plugin.displayName : plugin.name}
|
||||
description={plugin.description}
|
||||
|
||||
Reference in New Issue
Block a user