We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeaa16 commit db804ceCopy full SHA for db804ce
src/components/NewBranchDialog.tsx
@@ -263,6 +263,7 @@ export class NewBranchDialog extends React.Component<
263
return (
264
<ListItem
265
button
266
+ title={`Create a new branch based on: ${branch.name}`}
267
className={classes(listItemClass, isBase ? activeListItemClass : null)}
268
key={branch.name}
269
onClick={this._onBranchClickFactory(branch.name)}
0 commit comments