|
@@ -398,7 +398,7 @@ const OrganizationCard = ({ userData, loadDataFun, id, setEditModeFun }) => { |
|
|
<Typography variant="h4" style={{ padding: '16px' }}>Are you sure mark as Creditor?</Typography> |
|
|
<Typography variant="h4" style={{ padding: '16px' }}>Are you sure mark as Creditor?</Typography> |
|
|
</DialogContent> |
|
|
</DialogContent> |
|
|
<DialogActions> |
|
|
<DialogActions> |
|
|
<Button onClick={() => setCreditorConfirmPopUp(false)}><Typography variant="h5">Cencel</Typography></Button> |
|
|
|
|
|
|
|
|
<Button onClick={() => setCreditorConfirmPopUp(false)}><Typography variant="h5">Cancel</Typography></Button> |
|
|
<Button onClick={() => markAsCreditor()}><Typography variant="h5">Confirm</Typography></Button> |
|
|
<Button onClick={() => markAsCreditor()}><Typography variant="h5">Confirm</Typography></Button> |
|
|
</DialogActions> |
|
|
</DialogActions> |
|
|
</Dialog> |
|
|
</Dialog> |
|
@@ -410,7 +410,7 @@ const OrganizationCard = ({ userData, loadDataFun, id, setEditModeFun }) => { |
|
|
<Typography variant="h4" style={{ padding: '16px' }}>Are you sure mark as Non-Creditor?</Typography> |
|
|
<Typography variant="h4" style={{ padding: '16px' }}>Are you sure mark as Non-Creditor?</Typography> |
|
|
</DialogContent> |
|
|
</DialogContent> |
|
|
<DialogActions> |
|
|
<DialogActions> |
|
|
<Button onClick={() => setNonCreditorConfirmPopUp(false)}><Typography variant="h5">Cencel</Typography></Button> |
|
|
|
|
|
|
|
|
<Button onClick={() => setNonCreditorConfirmPopUp(false)}><Typography variant="h5">Cancel</Typography></Button> |
|
|
<Button onClick={() => markAsNonCreditor()}><Typography variant="h5">Confirm</Typography></Button> |
|
|
<Button onClick={() => markAsNonCreditor()}><Typography variant="h5">Confirm</Typography></Button> |
|
|
</DialogActions> |
|
|
</DialogActions> |
|
|
</Dialog> |
|
|
</Dialog> |
|
|