feat: disable 'Save' button when there are no changes (#5595)

This commit is contained in:
Brady Stroud [SSW]
2021-08-03 20:14:29 +10:00
committed by GitHub
parent 9f22bcd2c8
commit 4b566a78f4
5 changed files with 641 additions and 14 deletions

View File

@ -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 {