rename extensionPoint

This commit is contained in:
Eduard Heimbuch
2019-09-02 13:52:06 +02:00
parent 6d7be86e59
commit 46781bd465

View File

@@ -71,11 +71,11 @@ class Breadcrumb extends React.Component<Props> {
<ul>{this.renderPath()}</ul>
</nav>
{
binder.hasExtension("sourceView.actionbar.right") &&
binder.hasExtension("repos.sources.actionbar") &&
<div className={classes.buttonGroup}>
<ButtonGroup>
<ExtensionPoint
name="sourceView.actionbar.right"
name="repos.sources.actionbar"
props={{ baseUrl, branch: branch ? branch : defaultBranch, path }}
renderAll={true}
/>