#91 fix miscommit

This commit is contained in:
Andrea Vos 2020-11-09 21:42:46 +01:00
parent 758967277d
commit 5644b01f70
2 changed files with 2 additions and 4 deletions

View File

@ -27,7 +27,7 @@
</template> </template>
<script> <script>
import { templates, sortSources } from "../src/data"; import { templates } from "../src/data";
import { getTemplate } from "../src/buildTemplate"; import { getTemplate } from "../src/buildTemplate";
export default { export default {
@ -39,7 +39,6 @@
templates: templates, templates: templates,
getTemplate: getTemplate, getTemplate: getTemplate,
glue: ' ' + this.$t('template.or') + ' ', glue: ' ' + this.$t('template.or') + ' ',
sortSources,
} }
} }
} }

View File

@ -120,7 +120,7 @@
</template> </template>
<script> <script>
import { templates, sources, templateLibrary, sortSources } from '../src/data' import { templates, sources, templateLibrary } from '../src/data'
import sourcesForMultipleForms from '../data/sources/sourcesMultiple'; import sourcesForMultipleForms from '../data/sources/sourcesMultiple';
import { Source } from "../src/classes"; import { Source } from "../src/classes";
import { head } from "../src/helpers"; import { head } from "../src/helpers";
@ -137,7 +137,6 @@
filterType: '', filterType: '',
glue: ' ' + this.$t('template.or') + ' ', glue: ' ' + this.$t('template.or') + ' ',
submitShown: false, submitShown: false,
sortSources,
}; };
}, },
mounted() { mounted() {