Loading client/src/components/FilesDialog/FilesDialog.vue +5 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ :options-show="optionsShow" :modal-show="modalShow" :hide-modal="() => (modalShow = false)" :back-func="load" :back-func="goBack" :undo-show="undoShow"> <template v-slot:search> <data-dialog-search v-model="filter" /> Loading Loading @@ -330,6 +330,10 @@ export default { }); } }, goBack() { // Loading without a record navigates back one level this.load(); }, parseItemFileMode(item) { const result = { id: item.uri, Loading Loading
client/src/components/FilesDialog/FilesDialog.vue +5 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ :options-show="optionsShow" :modal-show="modalShow" :hide-modal="() => (modalShow = false)" :back-func="load" :back-func="goBack" :undo-show="undoShow"> <template v-slot:search> <data-dialog-search v-model="filter" /> Loading Loading @@ -330,6 +330,10 @@ export default { }); } }, goBack() { // Loading without a record navigates back one level this.load(); }, parseItemFileMode(item) { const result = { id: item.uri, Loading