test promise

This commit is contained in:
2025-11-12 19:59:39 -03:00
parent 01af999de1
commit b5e0684de7
8 changed files with 42 additions and 23 deletions

View File

@@ -154,7 +154,7 @@ function UnlinkItem({ id }: { id: string }) {
const { orgid } = useParams()
const { table } = useDataTable<User>()
const unlink = async (e: MouseEvent) => {
const unlink = async (e) => {
e.preventDefault()
set(true)