fix: app setting click pop (#1660)
This commit is contained in:
@@ -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`)
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user