Commit 7d755460 authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Fix no refresh

parent a267aedd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ export default {
      setTimeout(() => {
        this.queue = o.queue ? this.all_queues.filter((elem) => {return elem.id == o.queue})[0] : null;
      }, 300)
    }
    },
    reload () {
      this.$store.dispatch("update_requests", {status: [], no_load: false}).then((resp) => {
        this.do_reload()