This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user