lavoce #2
@@ -151,8 +151,8 @@ const ListDevice = memo(function ListDevice(props) {
|
||||
const showDeleteDialog = (param) => {
|
||||
NotifConfirmDialog({
|
||||
icon: 'question',
|
||||
title: 'Konfirmasi',
|
||||
message: 'Apakah anda yakin hapus data "' + param.device_name + '" ?',
|
||||
title: 'Konfirmasi Hapus',
|
||||
message: 'Device "' + param.device_name + '" akan dihapus?',
|
||||
onConfirm: () => handleDelete(param.device_id),
|
||||
onCancel: () => props.setSelectedData(null),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user