Skip to content

Commit eb98bcc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Yaml/YamlPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const YamlPanel: FC<YamlPanelProps> = ({ yamlString, filename }) => {
3737
</Button>
3838
)}
3939
</FlexBox>
40-
<YamlViewer yamlString={yamlString} filename={'summarize'} />
40+
<YamlViewer yamlString={yamlString} filename={filename} />
4141
</div>
4242
);
4343
};

0 commit comments

Comments
 (0)