Added add to and remove from scoreboard functionality. BOD-91

This commit is contained in:
Patrick Fic
2020-06-29 11:27:47 -07:00
parent 5650a66916
commit 0009f7d3bb
10 changed files with 253 additions and 3 deletions

View File

@@ -57,9 +57,9 @@ export function JobsCloseSaveButton({
return (
<Button
onClick={handleSave}
type='primary'
disabled={suspenseAmount > 0 || disabled}
loading={loading}
>
loading={loading}>
{t("general.actions.save")}
</Button>
);