Commit 937c8489 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

update url when an added path is removed

parent 91665975
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ export default {
    methods: {
        removePath(index) {
            this.pathChunks = this.pathChunks.slice(0, index);
            this.updateURL();
        },
        reset() {
            const data = getDefaultValues();