mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 17:03:18 +08:00
Fix loading in confirmation modal (#36477)
This commit is contained in:
@@ -66,7 +66,7 @@ const ConfirmationModal = forwardRef<
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
onConfirm()
|
||||
if (loading === undefined) setLoading(true)
|
||||
if (loading_ === undefined) setLoading(true)
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user