From a7395584599c47233f8fa2e3bbec0bafd5df8973 Mon Sep 17 00:00:00 2001 From: Felix Wotschofsky Date: Tue, 29 Nov 2022 11:29:08 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20bad=20query=20selector=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/GrantsInterface.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/GrantsInterface.ts b/src/modules/GrantsInterface.ts index 97d3fd3..84498ff 100644 --- a/src/modules/GrantsInterface.ts +++ b/src/modules/GrantsInterface.ts @@ -136,9 +136,9 @@ export default class GrantsInterface { ` ` + ` ` + ``; - row.querySelector('consent-manager--table-label').textContent = + row.querySelector('.consent-manager--table-label').textContent = category.label; - row.querySelector('consent-manager--table-description').textContent = + row.querySelector('.consent-manager--table-description').textContent = category.description; if (!category.required) {