Przeglądaj źródła

#6372: Fix static select class regression from 08f0a5d

checktheroads 4 lat temu
rodzic
commit
e3008babfe

Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox.js


Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox.js.map


+ 1 - 1
netbox/project-static/src/select/static.ts

@@ -2,7 +2,7 @@ import SlimSelect from 'slim-select';
 import { getElements } from '../util';
 import { getElements } from '../util';
 
 
 export function initStaticSelect() {
 export function initStaticSelect() {
-  for (const select of getElements<HTMLSelectElement>('.netbox-select-static')) {
+  for (const select of getElements<HTMLSelectElement>('.netbox-static-select')) {
     if (select !== null) {
     if (select !== null) {
       const label = document.querySelector(`label[for=${select.id}]`) as HTMLLabelElement;
       const label = document.querySelector(`label[for=${select.id}]`) as HTMLLabelElement;
 
 

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików