merge
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user