Skip to content

Commit 59dcd23

Browse files
committed
Update YamlViewButton.tsx
1 parent 9d8106b commit 59dcd23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Yaml/YamlViewButton.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export const YamlViewButton: FC<YamlViewButtonProps> = ({ resourceObject }) => {
3838
showOnlyImportantData={showOnlyImportantData}
3939
/>
4040
}
41+
setShowOnlyImportantData={setShowOnlyImportantData}
42+
showOnlyImportantData={showOnlyImportantData}
4143
/>
4244

4345
<Button

0 commit comments

Comments
 (0)