From 38739c135298afc7abadc949d88ef805a770a34c Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:57:58 +0000 Subject: [PATCH] feat: Updated packages/hub/src/relative-values/com --- .../RelativeValuesDefinitionForm/index.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/packages/hub/src/relative-values/components/RelativeValuesDefinitionForm/index.tsx b/packages/hub/src/relative-values/components/RelativeValuesDefinitionForm/index.tsx index 9555513200..57a9932989 100644 --- a/packages/hub/src/relative-values/components/RelativeValuesDefinitionForm/index.tsx +++ b/packages/hub/src/relative-values/components/RelativeValuesDefinitionForm/index.tsx @@ -7,7 +7,7 @@ import { toast } from 'react-toastify'; import { Button, TextFormField } from "@quri/ui"; import { SlugFormField } from "@/components/ui/SlugFormField"; -import { updateRelativeValuesDefinition } from "@/graphql/mutations/updateRelativeValuesDefinition"; +import { updateRelativeValuesDefinition } from "@/graphql/mutations"; import { FormShape } from "./FormShape"; // Removed exportData function as it was not performing any operations on the data @@ -40,20 +40,6 @@ export const RelativeValuesDefinitionForm: FC = ({ return (
-
- {withoutSlug ? null : ( - - name="slug" - label="Slug" - placeholder="my_definition" - /> - )} - - name="title" - label="Title" - placeholder="My definition" - /> -