Skip to content

Commit

Permalink
feat: change string length before collapse in json view
Browse files Browse the repository at this point in the history
Signed-off-by: xwk1246 <[email protected]>
  • Loading branch information
xwk1246 committed Feb 22, 2024
1 parent a162fb0 commit 86b5d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/console/src/components/common/ReactJsonView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const ReactJsonViewWrapper: React.FC<ReactJsonViewProps> = props => {
displayObjectSize={true}
name={null}
indentWidth={4}
collapseStringsAfterLength={80}
collapseStringsAfterLength={100}
sortKeys={true}
{...props}
/>
Expand Down

0 comments on commit 86b5d31

Please sign in to comment.