feat: disable 'Save' button when there are no changes (#5595)
This commit is contained in:
committed by
GitHub
parent
9f22bcd2c8
commit
4b566a78f4
@ -164,6 +164,7 @@ exports[`GitGatewayAuthenticationPage should render with no identity error 1`] =
|
||||
.emotion-2[disabled] {
|
||||
background-color: #eff0f4;
|
||||
color: #798291;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.emotion-5 {
|
||||
@ -255,6 +256,7 @@ exports[`GitGatewayAuthenticationPage should render with no identity error 1`] =
|
||||
.emotion-2[disabled] {
|
||||
background-color: #eff0f4;
|
||||
color: #798291;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.emotion-5 {
|
||||
|
Reference in New Issue
Block a user