fix: delete account loading (#201)

This commit is contained in:
Dream Hunter
2024-05-04 23:18:30 +08:00
committed by GitHub
parent f63c4ebd9c
commit 869bf99340

View File

@@ -7,7 +7,8 @@ import { useGlobalState } from '../../store'
import { api } from '../../api'
const {
jwt, localeCache, settings, showPassword, mailboxSplitSize, useIframeShowMail
jwt, localeCache, settings, showPassword, loading,
mailboxSplitSize, useIframeShowMail
} = useGlobalState()
const router = useRouter()
const message = useMessage()