mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 21:19:00 +08:00
fix: app setting click pop (#1660)
This commit is contained in:
parent
22bc9ddc73
commit
1b3a98425f
@ -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`)
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user