Account ACLs #422

Merged
jsegarra merged 16 commits from :feature/AccountAcls into dev 2024-06-07 08:25:06 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit edad698f72 - Show all commits

View File

@ -49,11 +49,10 @@ const deleteAcl = async (id) => {
console.error('Error deleting Acl: ', error);
}
};
function showFormDialog(data) {
formDialog.value = {
show: true,
formInitialData: data,
formInitialData: { ...data },
};
}
</script>