From 919389e1fbc108889424c600894b33847bd4fd39 Mon Sep 17 00:00:00 2001 From: nichenqin Date: Sat, 17 Aug 2024 23:50:08 +0800 Subject: [PATCH] chore: get name --- apps/frontend/src/routes/s/f/[shareId]/+layout.gql | 1 + apps/frontend/src/routes/s/v/[shareId]/+layout.gql | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/frontend/src/routes/s/f/[shareId]/+layout.gql b/apps/frontend/src/routes/s/f/[shareId]/+layout.gql index 926ba27c1..37ffe7891 100644 --- a/apps/frontend/src/routes/s/f/[shareId]/+layout.gql +++ b/apps/frontend/src/routes/s/f/[shareId]/+layout.gql @@ -19,6 +19,7 @@ query GetFormShareData($shareId: ID!) { tableByShare(shareId: $shareId) { id + name forms { description fields diff --git a/apps/frontend/src/routes/s/v/[shareId]/+layout.gql b/apps/frontend/src/routes/s/v/[shareId]/+layout.gql index cebbfca81..e3404e42a 100644 --- a/apps/frontend/src/routes/s/v/[shareId]/+layout.gql +++ b/apps/frontend/src/routes/s/v/[shareId]/+layout.gql @@ -19,6 +19,7 @@ query GetViewShareData($shareId: ID!) { tableByShare(shareId: $shareId) { id + name forms { description fields