mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +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
|
||||
onClick={(e) => {
|
||||
if (showSettingsModal)
|
||||
return
|
||||
e.preventDefault()
|
||||
push(`/app/${app.id}/overview`)
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user