Removed some commented code

This commit is contained in:
Alexis
2025-05-07 13:40:50 +02:00
parent 896bac5f83
commit 67b79000f6
8 changed files with 0 additions and 74 deletions

View File

@@ -76,14 +76,6 @@ function handleClosing() {
</UiAlertDialogDescription>
<form @submit.prevent="handleAction">
<div class="grid grid-cols-2 gap-y-4">
<div class="text-red-500 ml-8">
<span class="text-sm">
<!-- {{ formErrors.message }} -->
</span>
</div>
</div>
<footer class="flex gap-2 justify-between">
<UiButton type="button" size="sm" variant="outline" @click="handleClosing">
{{ $t('ui.action.back') }}