This commit is contained in:
2022-03-25 20:16:38 +00:00
parent 7b9322eff7
commit a2c195aaa1

View File

@@ -41,7 +41,7 @@
color="primary" color="primary"
text text
@click="process" @click="process"
>{{ $ay.t("Open") }}</v-btn >{{ $ay.t("Import") }}</v-btn
> >
</v-col> </v-col>
@@ -67,7 +67,7 @@ export default {
importableAyaTypes: [] importableAyaTypes: []
}, },
uploadFile: [], uploadFile: [],
ayaType: 8, //<<<<<<<<<<<<<-----------------------------CHANGE THIS TO ZERO WHEN DONE TESTING ayaType: 0,
doImport: true, doImport: true,
doUpdate: false, doUpdate: false,
outputText: null, outputText: null,