add activity dialog on master data module

This commit is contained in:
Wikzyy
2025-04-07 15:20:35 +07:00
parent 61211e7e16
commit 5e719eefa2
21 changed files with 190 additions and 39 deletions

View File

@ -56,7 +56,7 @@ const AddDialog = () => {
reload();
toast.success('Municipio created successfully!');
const createActivity = {
module: 'Manage Municipio',
module: 'Manage Municipios',
description: `Create Municipio => ${selectedMunicipios}`,
action: 'C'
};