fix
This commit is contained in:
parent
04b1c2bfc7
commit
2b4795dfc2
3 changed files with 4 additions and 4 deletions
|
@ -166,7 +166,7 @@ export const CalculationInstanceScreen = observer(() => {
|
|||
.with(StoreTypes.newModel, () => (
|
||||
<div>
|
||||
<CoreInput
|
||||
label={"Имя инстанца навыка"}
|
||||
label={"Имя инстанца вычисления"}
|
||||
onChange={(text) => store.updateForm({ instanceName: text })}
|
||||
/>
|
||||
<div style={{ width: "100%", display: "grid", gridTemplateColumns: "repeat(3, 240px)" }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue