fix admin dashboard team edit
All checks were successful
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Successful in 23s
deploy / build-and-deploy (/varo, /opt/website, website) (push) Successful in 18s

This commit is contained in:
2025-06-09 23:02:49 +02:00
parent 5a8203d122
commit 56deba780d

View File

@ -78,6 +78,6 @@
} }
] ]
]} ]}
onSubmit={addTeam} onSubmit={deleteTeam}
bind:open={editPopupOpen} bind:open={editPopupOpen}
/> />