@ -41,9 +41,15 @@ export const ContractRemarksModal = () => {
getRemarkList()
.then(list => {
remarksForm.setFieldsValue({remarkList:list})
setRemarksModalOpen(true)
})
.catch(ex => {
notification.error({
message: 'Notification',
description: ex.message,
placement: 'top',
}
const getFieldLabel = (field) => {