Fix: Broken E2E tests #1171

Merged
jon merged 16 commits from Fix-IntegrationE2ETests into dev 2025-01-07 09:12:56 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit b156662fba - Show all commits

View File

@ -63,9 +63,10 @@ const columns = computed(() => [
<template>
<QPage class="column items-center q-pa-md">
<VnTable
data-key="Mandates"
url="Mandates"
:filter="filter"
auto-load
url="Mandates"
:columns="columns"
class="full-width q-mt-md"
:right-search="false"