Skip to content

Commit ae90dbc

Browse files
committed
Fix typecheck
1 parent 2d67ae0 commit ae90dbc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/web/app/src/components/ui/empty-list.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { InlineCode } from '../v2/inline-code';
66
import { Card } from './card';
77
import { DocsLink } from './docs-note';
88
import { Heading } from './heading';
9-
import { InputCopy } from './input-copy';
109

1110
export const EmptyList = ({
1211
title,

packages/web/app/src/pages/target-explorer-unused.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function UnusedSchemaExplorer(props: {
361361
) : (
362362
<NoSchemaVersion
363363
recommendedAction="publish"
364-
projectType={query.data?.target?.project.type}
364+
projectType={query.data?.target?.project.type ?? null}
365365
/>
366366
)}
367367
</>

0 commit comments

Comments
 (0)