diff --git a/api/app/utilities/snowplow.py b/api/app/utilities/snowplow.py index 9116d5bbe..035b3d2b1 100644 --- a/api/app/utilities/snowplow.py +++ b/api/app/utilities/snowplow.py @@ -211,8 +211,6 @@ def get_csr(csr, office, csr_id = 1000001, counter_name = "Counter", role_name=" "role": role_name, "counter_type": counter_name }) - print('returning snowplow data:') - pprint(vars(agent)) return agent @staticmethod diff --git a/appointment-frontend/src/components/appointment/LocationsList.vue b/appointment-frontend/src/components/appointment/LocationsList.vue index 0a217c710..e9fa01898 100644 --- a/appointment-frontend/src/components/appointment/LocationsList.vue +++ b/appointment-frontend/src/components/appointment/LocationsList.vue @@ -16,6 +16,7 @@ @change="officeSelection" @input="clickSelection" @keyup="setKeyPressed" + auto-select-first="true" hide-details > diff --git a/appointment-frontend/src/components/appointment/ServiceSelection.vue b/appointment-frontend/src/components/appointment/ServiceSelection.vue index cab459896..258ec87c4 100644 --- a/appointment-frontend/src/components/appointment/ServiceSelection.vue +++ b/appointment-frontend/src/components/appointment/ServiceSelection.vue @@ -16,6 +16,7 @@ @change="serviceSelection" @input="clickSelection" @keyup="setKeyPressed" + auto-select-first="true" hide-details >