Skip to content

Commit 6e0fe7d

Browse files
Update src/components/Yaml/YamlSidePanel.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 787115e commit 6e0fe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Yaml/YamlSidePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface YamlSidePanelProps {
2525
filename: string;
2626
}
2727
export function YamlSidePanel({ resource, filename }: YamlSidePanelProps) {
28-
const [showOnlyImportantData, setShowOnlyImportantData] = useState(false);
28+
const [showOnlyImportantData, setShowOnlyImportantData] = useState(true);
2929
const { closeAside } = useSplitter();
3030
const { t } = useTranslation();
3131

0 commit comments

Comments
 (0)