Skip to content

Commit

Permalink
fix:流量控制展示修复
Browse files Browse the repository at this point in the history
  • Loading branch information
QwQ-wuwuwu committed Jun 27, 2024
1 parent c5be07a commit 027cf69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function FlowRadio({ limit, onChange }) {
}
useEffect(() => {
setStatus(limit ? LimitType.LIMITED : LimitType.UNLIMITED)
setLimitState(limit)
}, [limit])

return <div>
Expand Down

0 comments on commit 027cf69

Please sign in to comment.