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