Skip to content

Commit 99a0ae2

Browse files
committed
Update YamlViewButton.tsx
1 parent 7dfa905 commit 99a0ae2

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)