Skip to content

Commit 1c3dbfe

Browse files
committedNov 7, 2024·
fix ts
1 parent 77a0dc9 commit 1c3dbfe

File tree

1 file changed

+0
-1
lines changed
  • apps/builder/app/shared/copy-paste/plugin-webflow

1 file changed

+0
-1
lines changed
 

‎apps/builder/app/shared/copy-paste/plugin-webflow/schema.ts

-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ const WfElementNode = z.union([
196196
WfBaseNode.extend({
197197
type: z.enum(["Figure"]),
198198
data: WfNodeData.extend({
199-
style: z.record(styleProperty, styleValue).optional(),
200199
figure: z.object({
201200
type: z.enum(["image"]), // @todo add more types
202201
align: z.enum([

0 commit comments

Comments
 (0)
Please sign in to comment.