This commit is contained in:
Ruben Fiszel
2025-07-18 10:40:10 +00:00
parent e643929d69
commit 1356dddb8c

View File

@@ -27,11 +27,12 @@
inputClass?: string
} = $props()
let loading = $state(false)
loadWorkerGroups()
const dispatch = createEventDispatcher()
let loading = $state(false)
async function loadWorkerGroups() {
loading = true
try {