mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Remove unused prop
This commit is contained in:
parent
edc66e5f57
commit
cf57f975f0
|
@ -220,7 +220,6 @@ function EditorConstituenta({
|
|||
toggleEditMode={() => setEditMode(EditMode.RSLANG)}
|
||||
onShowAST={onShowAST}
|
||||
onChange={newValue => setExpression(newValue)}
|
||||
setValue={setExpression}
|
||||
setTypification={setTypification}
|
||||
/>
|
||||
<ReferenceInput id='definition' label='Текстовое определение'
|
||||
|
|
|
@ -28,7 +28,6 @@ interface EditorRSExpressionProps {
|
|||
setTypification: (typificaiton: string) => void
|
||||
value: string
|
||||
onChange: (newValue: string) => void
|
||||
setValue: (expression: string) => void
|
||||
}
|
||||
|
||||
function EditorRSExpression({
|
||||
|
|
Loading…
Reference in New Issue
Block a user