We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655cdda commit feb53edCopy full SHA for feb53ed
client/src/components/Form/Elements/FormDirectory.vue
@@ -94,6 +94,7 @@ export default {
94
methods: {
95
removePath(index) {
96
this.pathChunks = this.pathChunks.slice(0, index);
97
+ this.updateURL();
98
},
99
reset() {
100
const data = getDefaultValues();
0 commit comments