mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
extension point for changeset description should be only rendered once
This commit is contained in:
@@ -69,7 +69,7 @@ class ChangesetRow extends React.Component<Props> {
|
||||
<ExtensionPoint
|
||||
name="changesets.changeset.description"
|
||||
props={{ changeset, value: description.title }}
|
||||
renderAll={true}
|
||||
renderAll={false}
|
||||
>
|
||||
{description.title}
|
||||
</ExtensionPoint>
|
||||
|
||||
Reference in New Issue
Block a user