Insights preparation.

This commit is contained in:
Pedro Silva 2024-04-11 17:14:22 +01:00
parent 2f1c36af40
commit 9bf23550dd
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
9 changed files with 92 additions and 24 deletions

View file

@ -16,7 +16,7 @@ class BillingView {
const selectElement = document.querySelector(selectSelector);
if (!selectElement) {
return ${key};
return key;
}
const option = selectElement.querySelector(`option[value="${key}"]`);