From 8f4d1cb902bfd3f33122f9025db65a71458113ed Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:27:03 -0300 Subject: [PATCH] fix: make json edit modal have fixed height and be readOnly if its on View mode (#8680) Fixed dict area modal to not allow editing of a json when not on edit mode --- src/frontend/src/modals/dictAreaModal/index.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/modals/dictAreaModal/index.tsx b/src/frontend/src/modals/dictAreaModal/index.tsx index 25be54d7d..d2ff9f912 100644 --- a/src/frontend/src/modals/dictAreaModal/index.tsx +++ b/src/frontend/src/modals/dictAreaModal/index.tsx @@ -102,14 +102,15 @@ export default function DictAreaModal({ ); const renderContent = () => ( - -
+ +