mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
cancel editing loses is_public
This commit is contained in:
parent
8391408bb3
commit
679c485b89
4 changed files with 8 additions and 7 deletions
|
@ -98,7 +98,7 @@ class Component extends React.PureComponent<Props, void> {
|
|||
className={classnames({ primary: changed, disabled: !changed })}
|
||||
onClick={this.startSaveMode}
|
||||
>
|
||||
<span className="desktop-only">СХОРОНИТЬ</span>
|
||||
<span className="desktop-only">СОХРАНИТЬ</span>
|
||||
<Icon icon="icon-check-1" />
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue