This commit is contained in:
2020-07-24 22:24:33 +00:00
parent 7b8ba6562c
commit 0aa891cc2c
7 changed files with 43 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
<v-row v-if="this.formState.ready">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col cols="12">
<v-btn @click="getDataFromApi">
<v-btn @click="getDataFromApi" class="mb-6">
<v-icon>fa-sync</v-icon>
</v-btn>
@@ -20,7 +20,6 @@
</v-icon>
</template></v-data-table
>
<!-- </v-col> -->
</v-col>
</v-row>
</template>