IO-1436 App tax part fix to all regions.

This commit is contained in:
Patrick Fic
2021-10-05 11:36:21 -07:00
parent cdb4da9e5f
commit 65550c7bf4
2 changed files with 15 additions and 12 deletions

View File

@@ -167,7 +167,11 @@ export function JobChecklistForm({
title={t("checklist.labels.checklist")}
extra={
!readOnly && (
<Button loading={loading} onClick={() => form.submit()}>
<Button
loading={loading}
type="primary"
onClick={() => form.submit()}
>
{t("general.actions.submit")}
</Button>
)