fix: app setting click pop (#1660)

pull/1665/head
kimjion 2 years ago committed by GitHub
parent 22bc9ddc73
commit 1b3a98425f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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