Skip to content

Commit 0251353

Browse files
committed
chore: use loading prevent duplicate clicks on the subs btn
1 parent fa9e132 commit 0251353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/components/home/subscription/UpgradePlan.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ export function Upgrade({ level, current, isYearly }: UpgradeProps) {
323323
</DialogClose>
324324
<Button
325325
unClickable
326+
loading
326327
className={`mb-1.5`}
327328
onClick={async () => {
328329
const res = await callMigrateAction(t, level);

0 commit comments

Comments
 (0)