@@ -83,6 +121,20 @@ export function FormEditCst({ target, schema }: FormEditCstProps) {
error={errors.item_data?.term_raw}
/>
+ {target.cst_type === CstType.NOMINAL || target.associations.length > 0 ? (
+
+
+ item.id !== target.id)}
+ value={associations}
+ onAdd={handleAddAssociation}
+ onClear={handleClearAssociations}
+ onRemove={handleRemoveAssociation}
+ placeholder={'Выберите конституенты'}
+ />
+
+ ) : null}
+
{cst_type !== CstType.NOMINAL ? (