Skip to content

Commit

Permalink
TMET-9371 - fixed Asana integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemAvramenko committed Aug 14, 2023
1 parent 35b50b6 commit 923f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/in-page-scripts/integrations/asana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Asana implements WebToolIntegration {
return;
}

let issueName = ($$.try('.ObjectTitleInput .simpleTextarea', rootTaskPane) as HTMLTextAreaElement).value;
let issueName = ($$.try('.TitleInput .simpleTextarea', rootTaskPane) as HTMLTextAreaElement).value;
let id = getChildQueryParam(source.fullUrl);
let issuePath = source.path;

Expand Down

0 comments on commit 923f1de

Please sign in to comment.