diff --git a/rsconcept/frontend/src/pages/RSFormPage/elements/ParsingResult.tsx b/rsconcept/frontend/src/pages/RSFormPage/elements/ParsingResult.tsx index 1064c110..5e0dbf53 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/elements/ParsingResult.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/elements/ParsingResult.tsx @@ -4,7 +4,7 @@ import { getRSErrorPrefix } from '../../../utils/misc'; interface ParsingResultProps { data: IExpressionParse - disabled: boolean + disabled?: boolean onShowError: (error: IRSErrorDescription) => void }