Всего
{stats.count_all}
diff --git a/rsconcept/frontend/src/features/oss/components/pick-multi-operation.tsx b/rsconcept/frontend/src/features/oss/components/pick-multi-operation.tsx
index bfbba02d..2e233152 100644
--- a/rsconcept/frontend/src/features/oss/components/pick-multi-operation.tsx
+++ b/rsconcept/frontend/src/features/oss/components/pick-multi-operation.tsx
@@ -62,7 +62,7 @@ export function PickMultiOperation({ rows, items, value, onChange, className, ..
const columns = [
columnHelper.accessor('alias', {
id: 'alias',
- header: 'Шифр',
+ header: 'Сокращение',
size: 300,
minSize: 150,
maxSize: 300
@@ -79,7 +79,7 @@ export function PickMultiOperation({ rows, items, value, onChange, className, ..
id: 'actions',
size: 0,
cell: props => (
-
+
void methods.handleSubmit(onSubmit)(event)}
diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-input-operation.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-input-operation.tsx
index 9e9ef291..3361a61f 100644
--- a/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-input-operation.tsx
+++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-input-operation.tsx
@@ -77,7 +77,7 @@ export function TabInputOperation() {
field.onChange(value ? value.id : null)}
/>
)}
diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-synthesis-operation.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-synthesis-operation.tsx
index 5a9c583c..a108bea4 100644
--- a/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-synthesis-operation.tsx
+++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-synthesis-operation.tsx
@@ -42,7 +42,7 @@ export function TabSynthesisOperation() {
field.onChange(value ? value.id : null)}
/>
)}
diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-operation.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-operation.tsx
index 290091c1..d62b8b64 100644
--- a/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-operation.tsx
+++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-operation.tsx
@@ -39,7 +39,7 @@ export function TabOperation() {
field.onChange(value ? value.id : null)}
/>
)}
diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-relocate-constituents.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-relocate-constituents.tsx
index c39af80c..26abd183 100644
--- a/rsconcept/frontend/src/features/oss/dialogs/dlg-relocate-constituents.tsx
+++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-relocate-constituents.tsx
@@ -122,8 +122,8 @@ export function DlgRelocateConstituents() {
item.id !== rightArgument?.id)}
value={leftArgument}
onChange={setLeftArgument}
@@ -263,7 +263,7 @@ export function PickSubstitutions({
item.id !== leftArgument?.id)}
value={rightArgument}
onChange={setRightArgument}
diff --git a/rsconcept/frontend/src/features/rsform/components/rsform-stats.tsx b/rsconcept/frontend/src/features/rsform/components/rsform-stats.tsx
index 756d02a4..2ca260a5 100644
--- a/rsconcept/frontend/src/features/rsform/components/rsform-stats.tsx
+++ b/rsconcept/frontend/src/features/rsform/components/rsform-stats.tsx
@@ -29,7 +29,7 @@ interface RSFormStatsProps {
export function RSFormStats({ className, stats }: RSFormStatsProps) {
return (
-