Corrected Show File Modal

This commit is contained in:
2025-01-05 21:16:13 +01:00
parent a326c6ab3a
commit c103e9402a
2 changed files with 1 additions and 9 deletions

View File

@@ -104,7 +104,7 @@ const updateDocumentAssignment = async () => {
</script>
<template>
<UModal >
<UModal fullscreen >
<UCard :ui="{ body: { base: 'flex-1' }, ring: '', divide: 'divide-y divide-gray-100 dark:divide-gray-800' }">
<template #header>
<div class="flex flex-row justify-between">

View File

@@ -462,14 +462,6 @@ const showFile = (fileId) => {
class="w-2/3 my-5 mx-auto"
/>
</div>
</UDashboardPanelContent>
<UCard
class=" m-5"