Browse Source

Fixes copy cloud patch link

main
Keith Daulton 1 year ago
parent
commit
5bba22eefc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/plus/patchDetails/patchDetails.ts

+ 1
- 1
src/webviews/apps/plus/patchDetails/patchDetails.ts View File

@ -99,7 +99,7 @@ export class PatchDetailsApp extends App> {
DOM.on<GlPatchDetailsApp, undefined>('gl-patch-details-app', 'gl-patch-share-local-patch', () =>
this.onShareLocalPatch(),
),
DOM.on<GlPatchDetailsApp, undefined>('gl-patch-details-app', 'gl-patch-copy-cloud-link', () =>
DOM.on<GlDraftDetails, undefined>('gl-draft-details', 'gl-patch-details-copy-cloud-link', () =>
this.onCopyCloudLink(),
),
DOM.on<GlPatchCreate, CreatePatchCheckRepositoryEventDetail>(

Loading…
Cancel
Save