fix: app setting click pop (#1660)
This commit is contained in:
parent
22bc9ddc73
commit
1b3a98425f
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
|
|||
<>
|
||||
<div
|
||||
onClick={(e) => {
|
||||
if (showSettingsModal)
|
||||
return
|
||||
e.preventDefault()
|
||||
push(`/app/${app.id}/overview`)
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue