Skip to content

Commit 833f271

Browse files
committed
refactor
1 parent 735400b commit 833f271

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/Yaml/YamlViewButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const YamlViewButton: FC<YamlViewButtonProps> = ({ resourceObject }) => {
4949
design={'Transparent'}
5050
aria-label={t('buttons.viewResource')}
5151
title={t('buttons.viewResource')}
52-
tooltip={t('buttons.viewResource')}
5352
onClick={() => {
5453
setIsOpen(true);
5554
}}

src/components/Yaml/YamlViewButtonWithLoader.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const YamlViewButtonWithLoader: FC<YamlViewButtonProps> = ({
5050
design={'Transparent'}
5151
aria-label={t('buttons.viewResource')}
5252
title={t('buttons.viewResource')}
53-
tooltip={t('buttons.viewResource')}
5453
onClick={() => {
5554
setIsOpen(true);
5655
}}

0 commit comments

Comments
 (0)