mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
rename extensionPoints
This commit is contained in:
@@ -92,11 +92,11 @@ class FileTreeLeaf extends React.Component<Props> {
|
||||
>
|
||||
{file.description}
|
||||
</td>
|
||||
{binder.hasExtension("sourceView.right") && (
|
||||
{binder.hasExtension("repos.sources.tree.row.right") && (
|
||||
<td>
|
||||
{!file.directory && (
|
||||
<ExtensionPoint
|
||||
name="sourceView.right"
|
||||
name="repos.sources.tree.row.right"
|
||||
props={{ file }}
|
||||
renderAll={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user