remove card from EventRequests

This commit is contained in:
Tim Gröger 2023-04-28 20:05:15 +02:00
parent 2ddb89f89c
commit a88e3a0160
1 changed files with 31 additions and 35 deletions

View File

@ -1,7 +1,5 @@
<template> <template>
<q-page padding> <q-page padding>
<q-card>
<q-card-section>
<q-table <q-table
v-model:pagination="pagination" v-model:pagination="pagination"
title="Dienstanfragen" title="Dienstanfragen"
@ -33,8 +31,6 @@
</q-td> </q-td>
</template> </template>
</q-table> </q-table>
</q-card-section>
</q-card>
</q-page> </q-page>
</template> </template>