From 06e6ccb88fe4bab3a097cd3e1d54b322c27cedc4 Mon Sep 17 00:00:00 2001 From: wass08 Date: Tue, 17 Feb 2026 07:33:23 +0900 Subject: [PATCH] fix nested button --- apps/editor/features/community/components/property-grid.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/editor/features/community/components/property-grid.tsx b/apps/editor/features/community/components/property-grid.tsx index 61b58f23..8a36be8d 100644 --- a/apps/editor/features/community/components/property-grid.tsx +++ b/apps/editor/features/community/components/property-grid.tsx @@ -118,10 +118,10 @@ export function PropertyGrid({ <>
{properties.map((property) => ( -
- + ))}