Skip to content

Commit

Permalink
chore: get name
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 17, 2024
1 parent b32e05a commit 919389e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/routes/s/f/[shareId]/+layout.gql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ query GetFormShareData($shareId: ID!) {

tableByShare(shareId: $shareId) {
id
name
forms {
description
fields
Expand Down
1 change: 1 addition & 0 deletions apps/frontend/src/routes/s/v/[shareId]/+layout.gql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ query GetViewShareData($shareId: ID!) {

tableByShare(shareId: $shareId) {
id
name
forms {
description
fields
Expand Down

0 comments on commit 919389e

Please sign in to comment.