Browse Source

fix: app setting click pop (#1660)

tags/0.3.33
kimjion 1 year ago
parent
commit
1b3a98425f
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      web/app/(commonLayout)/apps/AppCard.tsx

+ 2
- 0
web/app/(commonLayout)/apps/AppCard.tsx View File

@@ -138,6 +138,8 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
<>
<div
onClick={(e) => {
if (showSettingsModal)
return
e.preventDefault()
push(`/app/${app.id}/overview`)
}}

Loading…
Cancel
Save