Skip to content

Commit d5f7af0

Browse files
remove disabled state when adding new tech (#1037)
1 parent 4ee0ef5 commit d5f7af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/components/filters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ class Filters {
216216
const techId = `tech-${techNr}`;
217217
const techLabel = `Technology ${techNr}`;
218218
selectElement.setAttribute('id', techId);
219+
selectElement.removeAttribute('disabled');
219220
labelElement.setAttribute('for', techId);
220221
labelElement.textContent = techLabel;
221222

0 commit comments

Comments
 (0)