diff --git a/src/components/history-query-filters.vue b/src/components/history-query-filters.vue index d6c4500d..e5f83d58 100644 --- a/src/components/history-query-filters.vue +++ b/src/components/history-query-filters.vue @@ -1,14 +1,11 @@ @@ -18,8 +15,8 @@ export default defineComponent({ props: { - suggestion: { - type: Object as PropType, + filtersList: { + type: Array as PropType, required: true } } diff --git a/src/components/my-history/custom-my-history.vue b/src/components/my-history/custom-my-history.vue index 11ecfca9..ec305c41 100644 --- a/src/components/my-history/custom-my-history.vue +++ b/src/components/my-history/custom-my-history.vue @@ -24,7 +24,10 @@

{{ suggestion.query }}

- +

{{ formatTime(suggestion.timestamp) }} diff --git a/src/components/predictive-layer/full-width-predictive.vue b/src/components/predictive-layer/full-width-predictive.vue index 15681d00..fe8344d2 100644 --- a/src/components/predictive-layer/full-width-predictive.vue +++ b/src/components/predictive-layer/full-width-predictive.vue @@ -51,7 +51,10 @@ :highlight="query" class="group-hover:x-underline" /> - +

diff --git a/src/components/predictive-layer/predictive-layer.vue b/src/components/predictive-layer/predictive-layer.vue index c367b2ed..b36745e4 100644 --- a/src/components/predictive-layer/predictive-layer.vue +++ b/src/components/predictive-layer/predictive-layer.vue @@ -60,7 +60,7 @@