Skip to content

Commit

Permalink
Update editor/src/components/canvas/controls/select-mode/flex-gap-con…
Browse files Browse the repository at this point in the history
…trol.tsx

Co-authored-by: Federico Ruggi <1081051+ruggi@users.noreply.github.com>
  • Loading branch information
bkrmendy and ruggi authored Oct 10, 2024
1 parent af551e9 commit 0c27924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const FlexGapControl = controlForStrategyMemoized<FlexGapControlProps>((p
})(selectedElement),
MetadataUtils.findElementByElementPath(store.editor.jsxMetadata, selectedElement),
),
'FlexGapControl flexGap',
'FlexGapControl flexGapFromEditor',
)

const flexGap: FlexGapData | null = optionalMap(
Expand Down

0 comments on commit 0c27924

Please sign in to comment.