comparison client/src/components/importconfiguration/Import.vue @ 3558:fb810668e45d

client: import configuration: added missing sortTable mixin
author Markus Kottlaender <markus@intevation.de>
date Fri, 31 May 2019 16:05:12 +0200
parents 4d7b481e1d39
children c220ad7e61ed
comparison
equal deleted inserted replaced
3557:c9c806e35855 3558:fb810668e45d
97 IMPORTTYPES, 97 IMPORTTYPES,
98 MODES 98 MODES
99 // IMPORTTYPEKIND, 99 // IMPORTTYPEKIND,
100 // initializeCurrentSchedule 100 // initializeCurrentSchedule
101 } from "@/store/importschedule"; 101 } from "@/store/importschedule";
102 import { sortTable } from "@/lib/mixins";
102 103
103 export default { 104 export default {
105 mixins: [sortTable],
104 components: { 106 components: {
105 ImportDetails: () => import("./ImportDetails") 107 ImportDetails: () => import("./ImportDetails")
106 }, 108 },
107 data() { 109 data() {
108 return { 110 return {