feat: disable 'Save' button when there are no changes (#5595)
This commit is contained in:
committed by
GitHub
parent
9f22bcd2c8
commit
4b566a78f4
@ -241,6 +241,7 @@ const buttons = {
|
||||
disabled: css`
|
||||
background-color: ${colorsRaw.grayLight};
|
||||
color: ${colorsRaw.gray};
|
||||
cursor: default;
|
||||
`,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user