Skip to content

Commit fdd3174

Browse files
committed
Update YamlEditor.tsx
1 parent 6adb5f7 commit fdd3174

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
@@ -101,7 +101,12 @@ export const YamlEditor = (props: YamlEditorProps) => {
101101
<div className={styles.container}>
102102
{isEdit && (
103103
<Toolbar design="Solid">
104-
<Button className={styles.applyButton} design="Emphasized" data-testid="yaml-apply-button" onClick={handleApply}>
104+
<Button
105+
className={styles.applyButton}
106+
design="Emphasized"
107+
data-testid="yaml-apply-button"
108+
onClick={handleApply}
109+
>
105110
{t('buttons.applyChanges')}
106111
</Button>
107112
</Toolbar>

0 commit comments

Comments
 (0)