Skip to content

Commit feb53ed

Browse files
update url when an added path is removed
1 parent 655cdda commit feb53ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)