We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787115e commit 6e0fe7dCopy full SHA for 6e0fe7d
src/components/Yaml/YamlSidePanel.tsx
@@ -25,7 +25,7 @@ export interface YamlSidePanelProps {
25
filename: string;
26
}
27
export function YamlSidePanel({ resource, filename }: YamlSidePanelProps) {
28
- const [showOnlyImportantData, setShowOnlyImportantData] = useState(false);
+ const [showOnlyImportantData, setShowOnlyImportantData] = useState(true);
29
const { closeAside } = useSplitter();
30
const { t } = useTranslation();
31
0 commit comments