This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: app setting click pop (
#1660
)
tags/0.3.33
kimjion
1 year ago
parent
22bc9ddc73
commit
1b3a98425f
No account linked to committer's email address
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
web/app/(commonLayout)/apps/AppCard.tsx
+ 2
- 0
web/app/(commonLayout)/apps/AppCard.tsx
View File
@@ -138,6 +138,8 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
<>
<div
onClick={(e) => {
if (showSettingsModal)
return
e.preventDefault()
push(`/app/${app.id}/overview`)
}}
Write
Preview
Loading…
Cancel
Save