Skip to content

Commit dcdbe18

Browse files
committed
Updates start work button to always enabled
1 parent 5246516 commit dcdbe18

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/webviews/apps/plus/home/components/launchpad.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,7 @@ export class GlLaunchpad extends SignalWatcher(LitElement) {
128128
<span slot="heading">GitLens Launchpad</span>
129129
<div class="summary">${this.renderSummaryResult()}</div>
130130
<button-container>
131-
<gl-button
132-
full
133-
class="start-work"
134-
href=${this.startWorkCommand}
135-
?disabled=${this._homeState.repositories.openCount === 0}
131+
<gl-button full class="start-work" href=${this.startWorkCommand}
136132
><code-icon icon="custom-start-work" slot="prefix"></code-icon> Start Work</gl-button
137133
>
138134
</button-container>

0 commit comments

Comments
 (0)