diff --git a/components/snapshot/TrackEntries.vue b/components/snapshot/TrackEntries.vue index 9ec703d..15c108d 100644 --- a/components/snapshot/TrackEntries.vue +++ b/components/snapshot/TrackEntries.vue @@ -40,7 +40,7 @@ const formatRetentionText = (retention: number) => { const datatablePropsToEnable = computed(() => props.page === 'snapshot' - ? { scrollable: true, scrollHeight: '500px' } + ? {} : { paginator: true, paginatorTemplate: diff --git a/pages/index.vue b/pages/index.vue index 5aa5c8a..0470912 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -82,8 +82,8 @@ const openSnapshotsCalendar = async ({ @@ -69,8 +69,6 @@ const isNotFoundError = computed(