Skip to content

Commit a4d928b

Browse files
committed
increase modal size
1 parent 670863b commit a4d928b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/frontend/src/views/Anfragen/RequestGliederungAccess.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const { mutate, error, isPending, isSuccess, isError } = useMutation({
8181

8282
<template v-if="requests.length === 0">
8383
<Teleport to="body">
84-
<Modal ref="modalAdd">
84+
<Modal ref="modalAdd" size="xl">
8585
<template #content>
8686
<div class="text-xl font-bold mb-8">Zugriff auf Gliederung anfragen</div>
8787

apps/frontend/src/views/Verwaltung/AccessControl/GliederungAccessRequests.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const modalAdd = useTemplateRef('modalAdd')
200200
</DataTable>
201201

202202
<Teleport to="body">
203-
<Modal ref="modalAdd">
203+
<Modal ref="modalAdd" size="xl">
204204
<template #content>
205205
<div class="text-xl font-bold mb-8">Berechtigung vergeben</div>
206206

0 commit comments

Comments
 (0)