We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adb5f7 commit fdd3174Copy full SHA for fdd3174
src/components/YamlEditor/YamlEditor.tsx
@@ -101,7 +101,12 @@ export const YamlEditor = (props: YamlEditorProps) => {
101
<div className={styles.container}>
102
{isEdit && (
103
<Toolbar design="Solid">
104
- <Button className={styles.applyButton} design="Emphasized" data-testid="yaml-apply-button" onClick={handleApply}>
+ <Button
105
+ className={styles.applyButton}
106
+ design="Emphasized"
107
+ data-testid="yaml-apply-button"
108
+ onClick={handleApply}
109
+ >
110
{t('buttons.applyChanges')}
111
</Button>
112
</Toolbar>
0 commit comments