Skip to content

Commit 5cadee7

Browse files
committed
add platformUrl field to UseCaseDetails query
1 parent 4e77097 commit 5cadee7

File tree

2 files changed

+2
-0
lines changed
  • app/[locale]
    • (user)/usecases/[useCaseSlug]
    • dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/publish

2 files changed

+2
-0
lines changed

app/[locale]/(user)/usecases/[useCaseSlug]/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const UseCasedetails: any = graphql(`
6363
url
6464
}
6565
}
66+
platformUrl
6667
logo {
6768
name
6869
path

app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/publish/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const UseCaseDetails: any = graphql(`
2929
title
3030
summary
3131
website
32+
platformUrl
3233
metadata {
3334
metadataItem {
3435
id

0 commit comments

Comments
 (0)