Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

GitTabItem is the root of the git tab subtree #1461

Merged
merged 1 commit into from
May 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/controllers/root-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import GitTimingsView from '../views/git-timings-view';
import GithubTabController from './github-tab-controller';
import FilePatchController from './file-patch-controller';
import IssueishPaneItem from '../items/issueish-pane-item';
import GitTabController from './git-tab-controller';
import GitTabItem from '../items/git-tab-item';
import StatusBarTileController from './status-bar-tile-controller';
import RepositoryConflictController from './repository-conflict-controller';
import GithubLoginModel from '../models/github-login-model';
Expand Down Expand Up @@ -182,7 +182,7 @@ export default class RootController extends React.Component {
stubItem={this.props.gitTabStubItem}
itemHolder={this.refGitTabController}
activate={this.props.startOpen}>
<GitTabController
<GitTabItem
ref={this.refGitTabController.setter}
workspace={this.props.workspace}
commandRegistry={this.props.commandRegistry}
Expand Down