From c98df6247ef0932bfc3baa60bd5f9033bd650baf Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:09:14 -0400 Subject: [PATCH] update component usage --- packages/ui/components/data-portal/ServiceEditDrawer.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/ui/components/data-portal/ServiceEditDrawer.tsx b/packages/ui/components/data-portal/ServiceEditDrawer.tsx index 63bdac9380..9483ecfb94 100644 --- a/packages/ui/components/data-portal/ServiceEditDrawer.tsx +++ b/packages/ui/components/data-portal/ServiceEditDrawer.tsx @@ -9,6 +9,7 @@ import { rem, Stack, Text, + Textarea, Title, } from '@mantine/core' import { useForm } from '@mantine/form' @@ -24,7 +25,7 @@ import { Icon } from '~ui/icon' import { trpc as api } from '~ui/lib/trpcClient' import { DataViewer } from '~ui/other/DataViewer' -import { InlineTextarea, InlineTextInput } from './InlineTextInput' +import { InlineTextInput } from './InlineTextInput' const useStyles = createStyles((theme) => ({ drawerContent: { @@ -200,7 +201,8 @@ const _ServiceEditDrawer = forwardRef -