From 5e13a45cf4166feba94e8247844432948f9b4beb Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Tue, 16 Apr 2024 09:23:11 +0000 Subject: [PATCH] remove tood --- ui-src/lib/types/frame/frameAttributes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-src/lib/types/frame/frameAttributes.ts b/ui-src/lib/types/frame/frameAttributes.ts index f9e7d14..d4121e3 100644 --- a/ui-src/lib/types/frame/frameAttributes.ts +++ b/ui-src/lib/types/frame/frameAttributes.ts @@ -11,5 +11,5 @@ export type FrameAttributes = { hideFillOnExport?: boolean; showContent?: boolean; hideInViewer?: boolean; - fills: Fill[]; // @TODO: Discover why is not defined on Penpot types + fills: Fill[]; };