mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore(FE-40): change delete confirmation modal text
This commit is contained in:
@@ -217,7 +217,7 @@ const AreaForm = ({ type = 'add', initialValues }: AreaFormProps) => {
|
||||
<ConfirmationModal
|
||||
ref={deleteModal.ref}
|
||||
type='error'
|
||||
text={`Apakah anda yakin ingin menghapus data Area ini (${initialValues?.id})?`}
|
||||
text={`Apakah anda yakin ingin menghapus data Area ini (${initialValues?.name})?`}
|
||||
secondaryButton={{
|
||||
text: 'Tidak',
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user