From 802f89552ebfdd131045077a09ebea187caff899 Mon Sep 17 00:00:00 2001 From: Will McVay Date: Mon, 12 Apr 2021 10:54:00 +0100 Subject: [PATCH] fix: #3689 aml status update --- .../src/components/ui/modal/update-status.tsx | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/packages/aml-checklist/src/components/ui/modal/update-status.tsx b/packages/aml-checklist/src/components/ui/modal/update-status.tsx index acdb956635..c94a3a2ce3 100644 --- a/packages/aml-checklist/src/components/ui/modal/update-status.tsx +++ b/packages/aml-checklist/src/components/ui/modal/update-status.tsx @@ -1,7 +1,7 @@ import React from 'react' import { connect } from 'react-redux' import { Dispatch } from 'redux' -import { DynamicLinkParams, AcButton, EntityType, Formik, Form, RadioSelect } from '@reapit/elements' +import { DynamicLinkParams, AcButton, EntityType, Formik, Form, RadioSelect, ButtonGroup } from '@reapit/elements' import { ReduxState } from '@/types/core' import { checkListDetailIdentityCheckUpdateData } from '@/actions/checklist-detail' import { ContactModel, IdentityCheckModel } from '@reapit/foundations-ts-definitions' @@ -71,21 +71,23 @@ export const UpdateStatus: React.FC = ({ state={values[initialProps.name]} {...initialProps} /> - - ID Check Successful - + + + Save Status + + )}