From 238a22b42fde7f9584289856fb144219ca73dea7 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 26 Feb 2025 23:49:34 +0300 Subject: [PATCH] R: Update inline packages --- .../EditorConstituenta/FormConstituenta.tsx | 5 ----- .../ToolbarRSExpression.tsx | 2 +- rsconcept/frontend/vite.config.ts | 19 ++++++++++++++++++- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx b/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx index 6c15d46e..fa71d4e2 100644 --- a/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx +++ b/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx @@ -122,7 +122,6 @@ export function FormConstituenta({ disabled, id, toggleReset, schema, activeCst, name='item_data.term_raw' render={({ field }) => ( } diff --git a/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorRSExpression/ToolbarRSExpression.tsx b/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorRSExpression/ToolbarRSExpression.tsx index 2fa35935..5bb347ff 100644 --- a/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorRSExpression/ToolbarRSExpression.tsx +++ b/rsconcept/frontend/src/features/rsform/pages/RSFormPage/EditorRSExpression/ToolbarRSExpression.tsx @@ -26,8 +26,8 @@ export function ToolbarRSExpression({ disabled, showTypeGraph, showAST }: Toolba /> ) : null} } title='Граф ступеней типизации' + icon={} onClick={showTypeGraph} />