Skip to content

Commit 937c848

Browse files
update url when an added path is removed
1 parent 9166597 commit 937c848

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/components/Form/Elements/FormDirectory.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export default {
9494
methods: {
9595
removePath(index) {
9696
this.pathChunks = this.pathChunks.slice(0, index);
97+
this.updateURL();
9798
},
9899
reset() {
99100
const data = getDefaultValues();

0 commit comments

Comments
 (0)