mirror of
https://github.com/etkecc/synapse-admin.git
synced 2025-05-09 20:50:09 +03:00
Add pristine
to UserEdit
and ServerNotice
(#185)
This commit is contained in:
parent
1a17d3e69b
commit
42b3252353
2 changed files with 5 additions and 2 deletions
src/components
|
@ -238,7 +238,7 @@ const UserEditToolbar = props => {
|
|||
const translate = useTranslate();
|
||||
return (
|
||||
<Toolbar {...props}>
|
||||
<SaveButton submitOnEnter={true} />
|
||||
<SaveButton submitOnEnter={true} disabled={props.pristine} />
|
||||
<DeleteButton
|
||||
label="resources.users.action.erase"
|
||||
confirmTitle={translate("resources.users.helper.erase", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue