From c4e67297c64f63bf0c4bf6a38e4bd0a84c0a8657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ruiz?= Date: Mon, 27 Jul 2026 08:52:23 +0200 Subject: [PATCH] fix: change input and textarea to use defaultValue instead of value --- .../components/inline-edit/components/html-edit.widget.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/common/components/inline-edit/components/html-edit.widget.tsx b/apps/web/src/common/components/inline-edit/components/html-edit.widget.tsx index 4a50dde5..3af9aa2c 100644 --- a/apps/web/src/common/components/inline-edit/components/html-edit.widget.tsx +++ b/apps/web/src/common/components/inline-edit/components/html-edit.widget.tsx @@ -38,7 +38,7 @@ export const HtmlEditWidget = forwardRef( @@ -47,7 +47,7 @@ export const HtmlEditWidget = forwardRef(