mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 00:01:49 +00:00
nit fix
This commit is contained in:
@@ -29,9 +29,10 @@
|
||||
|
||||
loadWorkerGroups()
|
||||
|
||||
let loading = $state(false)
|
||||
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
let loading = $state(false)
|
||||
async function loadWorkerGroups() {
|
||||
loading = true
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user