Skip to content

Commit 214c240

Browse files
committed
Update YamlEditor.tsx
1 parent e08b327 commit 214c240

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/YamlEditor/YamlEditor.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,12 @@ export const YamlEditor = (props: YamlEditorProps) => {
180180
<div className={styles.container}>
181181
{isEdit && (
182182
<Toolbar design="Solid">
183-
<Button className={styles.applyButton} design="Emphasized" data-testid="yaml-apply-button" onClick={handleApply}>
183+
<Button
184+
className={styles.applyButton}
185+
design="Emphasized"
186+
data-testid="yaml-apply-button"
187+
onClick={handleApply}
188+
>
184189
{t('buttons.applyChanges')}
185190
</Button>
186191
</Toolbar>

0 commit comments

Comments
 (0)