Unverified Commit 1b3a9842 authored by kimjion's avatar kimjion Committed by GitHub

fix: app setting click pop (#1660)

parent 22bc9ddc
...@@ -138,6 +138,8 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => { ...@@ -138,6 +138,8 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
<> <>
<div <div
onClick={(e) => { onClick={(e) => {
if (showSettingsModal)
return
e.preventDefault() e.preventDefault()
push(`/app/${app.id}/overview`) push(`/app/${app.id}/overview`)
}} }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment