lavoce #22

Merged
bragaz_rexita merged 19 commits from lavoce into main 2025-11-25 03:50:55 +00:00
Showing only changes of commit c4f290bfcb - Show all commits

View File

@@ -37,7 +37,6 @@ const DetailContact = memo(function DetailContact(props) {
} }
}; };
const handleContactTypeChange = (value) => { const handleContactTypeChange = (value) => {
setFormData((prev) => ({ setFormData((prev) => ({
...prev, ...prev,
@@ -114,7 +113,7 @@ const DetailContact = memo(function DetailContact(props) {
NotifAlert({ NotifAlert({
icon: 'success', icon: 'success',
title: 'Berhasil', title: 'Berhasil',
message: `Data Contact berhasil ${ message: `Data Contact "${formData.name}" berhasil ${
props.actionMode === 'add' ? 'ditambahkan' : 'diperbarui' props.actionMode === 'add' ? 'ditambahkan' : 'diperbarui'
}.`, }.`,
}); });