Skip to content

Commit 42f45ed

Browse files
committed
Merge branch 'feature/display-resource-yaml-for-mcp-' of https://github.com/openmcp-project/ui-frontend into feature/display-resource-yaml-for-mcp-
2 parents 3dc9a0b + 99a0ae2 commit 42f45ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Yaml/YamlViewButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type YamlViewButtonProps = {
1313
resourceObject: unknown;
1414
};
1515

16+
1617
export const YamlViewButton: FC<YamlViewButtonProps> = ({ resourceObject }) => {
1718
const [isOpen, setIsOpen] = useState(false);
1819
const { t } = useTranslation();

0 commit comments

Comments
 (0)