Skip to content

Commit baa69ec

Browse files
fix ts error
1 parent 49da16d commit baa69ec

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.5.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.5.9/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

packages/app-builder/src/components/Graph/GraphRelationsSettings.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { FormErrorOrDescription } from '@app-builder/components/Form/Tanstack/FormErrorOrDescription';
22
import { FormLabel } from '@app-builder/components/Form/Tanstack/FormLabel';
3-
import { Panel } from '@app-builder/components/Panel';
43
import { CollapsiblePaper } from '@app-builder/components/Paper';
54
import { type DataModel, type DataModelField, type TableModel } from '@app-builder/models/data-model';
65
import { type GraphRelation } from '@app-builder/models/graph';
@@ -15,7 +14,7 @@ import { useForm } from '@tanstack/react-form';
1514
import { createColumnHelper, getCoreRowModel } from '@tanstack/react-table';
1615
import { useMemo, useState } from 'react';
1716
import { useTranslation } from 'react-i18next';
18-
import { Button, Input, Modal, Table, useTable } from 'ui-design-system';
17+
import { Button, Input, Modal, Panel, Table, useTable } from 'ui-design-system';
1918
import { Icon } from 'ui-icons';
2019
import { z } from 'zod/v4';
2120
import { GraphOptionSelect } from './GraphOptionSelect';

0 commit comments

Comments
 (0)