Skip to content

Commit

Permalink
fix(wrike): project selector
Browse files Browse the repository at this point in the history
  • Loading branch information
askides committed Aug 21, 2024
1 parent 88ef7d5 commit 19fff81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/wrike.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ togglbutton.render(
{ observe: true },
function (elem) {
const container = document.querySelector('action-panel')
const viewContainer = document.querySelector('entity-view')
const viewContainer = document.querySelector('work-item-location')

const getTitleElement = function () {
const wsTaskTitle = elem.querySelectorAll('task-title')
Expand Down

0 comments on commit 19fff81

Please sign in to comment.