diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta.tsx index 63dda7fa..30f23992 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta.tsx @@ -220,7 +220,6 @@ function EditorConstituenta({ toggleEditMode={() => setEditMode(EditMode.RSLANG)} onShowAST={onShowAST} onChange={newValue => setExpression(newValue)} - setValue={setExpression} setTypification={setTypification} /> void value: string onChange: (newValue: string) => void - setValue: (expression: string) => void } function EditorRSExpression({ activeCst, disabled, isActive, value, onShowAST, - toggleEditMode, setTypification, onChange, ... props + toggleEditMode, setTypification, onChange, ...props }: EditorRSExpressionProps) { const { schema } = useRSForm();