Skip to content

Commit e5b8d06

Browse files
committed
fix ts
1 parent 9c91d10 commit e5b8d06

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)