Skip to content

Commit 6e226d4

Browse files
lucasgoralCopilot
andauthored
Update src/components/Yaml/YamlViewer.tsx
Co-authored-by: Copilot <[email protected]>
1 parent eb98bcc commit 6e226d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Yaml/YamlViewer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import styles from './YamlViewer.module.css';
66

77
type YamlViewerProps = {
88
yamlString: string;
9-
yamlStringToCopy?: string;
109
filename: string;
11-
showOnlyImportantData?: boolean;
12-
setShowOnlyImportantData?: (showOnlyImportantData: boolean) => void;
1310
};
1411

1512
export const YamlViewer: FC<YamlViewerProps> = ({ yamlString, filename }) => {

0 commit comments

Comments
 (0)