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 e08b327 commit 214c240Copy full SHA for 214c240
src/components/YamlEditor/YamlEditor.tsx
@@ -180,7 +180,12 @@ export const YamlEditor = (props: YamlEditorProps) => {
180
<div className={styles.container}>
181
{isEdit && (
182
<Toolbar design="Solid">
183
- <Button className={styles.applyButton} design="Emphasized" data-testid="yaml-apply-button" onClick={handleApply}>
+ <Button
184
+ className={styles.applyButton}
185
+ design="Emphasized"
186
+ data-testid="yaml-apply-button"
187
+ onClick={handleApply}
188
+ >
189
{t('buttons.applyChanges')}
190
</Button>
191
</Toolbar>
0 commit comments