7631_testToMaster_2426 #480

Merged
alexm merged 390 commits from 7631_testToMaster_2426 into master 2024-06-25 06:40:05 +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>