Skip to content

Commit

Permalink
Merge pull request #19 from icefoganalytics/main
Browse files Browse the repository at this point in the history
Bulk entry label
  • Loading branch information
datajohnson authored Jun 8, 2023
2 parents 6b45494 + 3ebe748 commit 46aa77c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/web/src/modules/centre/components/BulkDataEntryCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
</template>

<div v-if="selectedSite">
<v-row class="mt-5">
<v-row class="mt-1">
<v-col></v-col>
<v-col md="3" class="px-0">
<v-label class="mb-2 ml-4">Start by entering total visitors</v-label>

<v-text-field
:modelValue="totalVistorsForDay"
@update:modelValue="updateTotalVistors"
Expand Down

0 comments on commit 46aa77c

Please sign in to comment.