Skip to content

Commit 7e7fc92

Browse files
RaubzeugCopilot
andauthored
Update src/components/JsonViewer/JsonViewer.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 621508d commit 7e7fc92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/JsonViewer/JsonViewer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ type RenderToolbarProps = NonNullable<
3434
interface JsonViewerProps {
3535
search?: boolean;
3636
collapsedInitially?: boolean;
37-
maxValueWidth?: number;
3837
toolbarClassName?: string;
3938
withClipboardButton?: Omit<ClipboardButtonProps, 'size' | 'view'>;
4039
value: any;

0 commit comments

Comments
 (0)