Add quick create event button

This commit is contained in:
Alexis
2024-12-03 14:53:24 +01:00
parent 11252c168e
commit dd1cb1f420
6 changed files with 238 additions and 184 deletions

View File

@@ -143,7 +143,7 @@ const eventsNotDisplayed: ComputedRef<number> = computed<number>(() => eventsFo
</ClientOnly>
<ClientOnly>
<LazyCalendarFormCreateEvent :date btn-class="absolute inset-0 w-full h-full cursor-default z-0" />
<LazyCalendarDialogCreateEvent :date btn-class="absolute inset-0 w-full h-full cursor-default z-0" />
</ClientOnly>
</div>
</template>