Skip to content

Commit 4909984

Browse files
committed
Adds home source to start work command
1 parent 8ae57b7 commit 4909984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class GlLaunchpad extends SignalWatcher(LitElement) {
112112
});
113113

114114
get startWorkCommand() {
115-
return createCommandLink<StartWorkCommandArgs>(Commands.StartWork, { command: 'startWork' });
115+
return createCommandLink<StartWorkCommandArgs>(Commands.StartWork, { command: 'startWork', source: 'home' });
116116
}
117117

118118
override connectedCallback() {

0 commit comments

Comments
 (0)