Skip to content

Commit ccfef8a

Browse files
fix: two modal popup on 403 err code
1 parent 4f26d7e commit ccfef8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/app/details/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export default function AppDetailsPage({ isV2 }: AppDetailsProps) {
198198
}
199199
arrUnauthorized = []
200200
unauthorizedCount = 0
201+
return
201202
} else {
202203
setShowCreateGroup(true)
203204
setShowDeleteGroup(false)

0 commit comments

Comments
 (0)