Skip to content

Commit

Permalink
fix: small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Feb 5, 2024
1 parent c77c218 commit 8fdadc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/EditorMulti.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const EditorMulti = ({
<div>{variantName}</div>
<Editor
key={variantName}
initialValue={value.variants.get(variantName) || ""}
initialValue={value.variants[variantName] || ""}
placeholders={placeholders}
allowedNewPlaceholders={allowedNewPlaceholders}
/>
Expand Down

0 comments on commit 8fdadc7

Please sign in to comment.