Control: Fix typo in gateSelectURL

This commit is contained in:
Martin Gross
2026-05-19 22:03:35 +02:00
parent e4da2e5e03
commit 412a5adf8f

View File

@@ -65,4 +65,4 @@ if (itemsEl?.textContent) {
export const productSelectURL = ref(document.querySelector('#product-select2')?.textContent)
export const variationSelectURL = ref(document.querySelector('#variations-select2')?.textContent)
export const gateSelectURL = ref(document.querySelector('#gate-select2')?.textContent)
export const gateSelectURL = ref(document.querySelector('#gates-select2')?.textContent)