mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Add missing placeholder
This commit is contained in:
parent
2691860896
commit
03ceadf361
|
@ -225,6 +225,12 @@ function EditorRSExpression({
|
||||||
onShowAST={ast => onShowAST(value, ast)}
|
onShowAST={ast => onShowAST(value, ast)}
|
||||||
onShowError={onShowError}
|
onShowError={onShowError}
|
||||||
/>}
|
/>}
|
||||||
|
{ !loading && !parseData &&
|
||||||
|
<input
|
||||||
|
disabled={true}
|
||||||
|
className='w-full h-full px-2 align-middle select-none clr-app'
|
||||||
|
placeholder='Результаты проверки выражения'
|
||||||
|
/>}
|
||||||
</div>}
|
</div>}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user