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

@ -61,7 +61,7 @@ const EditDialog = () => {
toast.success('Success update municipio');
reload();
const createActivity = {
module: 'Manage Municipio',
module: 'Manage Municipios',
description: `Edit Municipio => ${selectedMunicipios}`,
action: 'U'
};