We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6941cf9 + 70cfe30 commit 6b0194eCopy full SHA for 6b0194e
extension-requests/script.js
@@ -797,7 +797,7 @@ async function createExtensionCard(data) {
797
logContainer.appendChild(logDetailsLines);
798
799
// Event listener to append logs once clicked
800
- downArrowIcon.addEventListener('click', function () {
+ accordionContainer.addEventListener('click', function () {
801
renderLogs({
802
extensionRequestId: data.id,
803
assigneeName: assigneeNameElement.innerText,
0 commit comments