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