Skip to content

Commit 919389e

Browse files
committed
chore: get name
1 parent b32e05a commit 919389e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/frontend/src/routes/s/f/[shareId]/+layout.gql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ query GetFormShareData($shareId: ID!) {
1919

2020
tableByShare(shareId: $shareId) {
2121
id
22+
name
2223
forms {
2324
description
2425
fields

apps/frontend/src/routes/s/v/[shareId]/+layout.gql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ query GetViewShareData($shareId: ID!) {
1919

2020
tableByShare(shareId: $shareId) {
2121
id
22+
name
2223
forms {
2324
description
2425
fields

0 commit comments

Comments
 (0)