Loading client/src/components/Form/Elements/FormDirectory.vue +1 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,7 @@ export default { methods: { removePath(index) { this.pathChunks = this.pathChunks.slice(0, index); this.updateURL(); }, reset() { const data = getDefaultValues(); Loading Loading
client/src/components/Form/Elements/FormDirectory.vue +1 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,7 @@ export default { methods: { removePath(index) { this.pathChunks = this.pathChunks.slice(0, index); this.updateURL(); }, reset() { const data = getDefaultValues(); Loading