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

Ajout fermeture modale modif discipline après mise à jour

parent 288ce5b2
Loading
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) {