Add optional arg to the OptionsInput macro call to remove the optional label from the form

Disable the button to update the PPoC when there is only one portfolio
member
This commit is contained in:
leigh-mil
2019-10-16 11:59:40 -04:00
parent ff68c640de
commit 4d59ba68d9
2 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,6 @@
button,
[type="button"] {
&:disabled {
background-color: unset;
opacity: 0.75;
}
}