Update ImportPage.vue

This commit is contained in:
Dragos 2022-09-05 20:37:13 +03:00 committed by GitHub
parent 3e74055cda
commit c3697c955f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="text-center">
<div>
<form>
<div>
<input ref="fileSelector" type="file" @change="fileChange" />
@ -7,8 +7,9 @@
<div>
<strong v-text="`Selected Subscriptions: ${selectedSubscriptions}`" />
</div>
<div>
<strong>Override: <input v-model="override" class="checkbox" type="checkbox" /></strong>
<div efy_select>
<input v-model="override" id="import-override" type="checkbox" />
<label for="import-override">Override</label>
</div>
<div>
<a class="btn w-auto" @click="handleImport">Import</a>