From 71660719aad4dc42e7abf92949f11b8048ff2106 Mon Sep 17 00:00:00 2001 From: BuddyWinte Date: Thu, 9 Jul 2026 14:58:22 -0500 Subject: [PATCH] Update --- components/settings/general/form.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/components/settings/general/form.tsx b/components/settings/general/form.tsx index d8bee354..b6246acf 100644 --- a/components/settings/general/form.tsx +++ b/components/settings/general/form.tsx @@ -23,13 +23,19 @@ const Forms: FC = (props) => {

Forms

-

Create, customize, and manage workspace forms for collecting structured data, submissions, and user input across your workspace

+

Create, customize, and manage workspace forms for collecting structured data, submissions, and user input across your workspace (Coming Soon)

- */} + ); @@ -37,4 +43,4 @@ const Forms: FC = (props) => { Forms.title = "Forms"; -export default Forms; \ No newline at end of file +export default Forms;