diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx index d75478c9..191bba40 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx @@ -249,16 +249,16 @@ function FormConstituenta({ icon={} /> - {state.is_inherited_parent ? ( + {state.is_inherited_parent && !state.is_inherited ? ( } + icon={} disabled titleHtml='Внимание!
Конституента имеет потомков
в операционной схеме синтеза' /> ) : null} {state.is_inherited ? ( } + icon={} disabled titleHtml='Внимание!
Конституента является наследником
' />