Commit 2c8ae76c authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Ajout fermeture modale modif discipline après mise à jour

parent 4b1560c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ function handlerDeleteItem(item) {
function handlerFetch() {
  AxiosOscar.get(props.url).then((response) => {
    items.value = response.data;
    edited = ref(null);
  })
}
function handlerEditItem(item) {