mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Changed Editing version -> App version in Editor.jsx (#939)
This commit is contained in:
parent
f0cd921c06
commit
7eff50db6c
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ class Editor extends React.Component {
|
|||
value={this.state.app.name}
|
||||
/>
|
||||
)}
|
||||
<small>{this.state.editingVersion && `Editing version: ${this.state.editingVersion.name}`}</small>
|
||||
<small>{this.state.editingVersion && `App version: ${this.state.editingVersion.name}`}</small>
|
||||
<div className="editor-buttons">
|
||||
<span
|
||||
className={`btn btn-light mx-2`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue