Skip to content

Commit

Permalink
fix: GachaActionImport.tsx did not exit busy
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed May 19, 2023
1 parent 45f8af0 commit 5a4d290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/gacha/toolbar/GachaActionImport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export default function GachaActionImport () {
setBusy(false)
alert(null, `祈愿记录导入成功:${changes}(忽略重复)`)
await refetchGachaRecords(selectedAccount.facet, selectedAccount.uid)
} else {
setBusy(false)
}
} catch (e) {
alert(e)
Expand Down

0 comments on commit 5a4d290

Please sign in to comment.