front admin DONE

This commit is contained in:
2024-05-29 19:59:39 +02:00
parent 46599a1ec0
commit c9655a1e49
3 changed files with 21 additions and 16 deletions

View File

@@ -276,21 +276,6 @@ export default {
.then(() => {
this.reloading_concernements = false;
});
// TODO reset the user entites liste caching
// this.getUserEntitees()
// .then(() => {
// console.log('added entite, user entites reloaded');
// })
// .catch(error => {
// console.warn('Issue with graphql userentites loading', error);
// })
// this.reloadConcernements()
// .then(() => {
// this.reloading_concernements = false;
// });
})
})
})