This commit is contained in:
Andrea Vos 2025-06-29 12:51:55 +02:00
parent 746ec76a3f
commit 48b410222e

View File

@ -153,7 +153,7 @@ const sumCells = (area: typeof areas[number] | undefined, month: keyof typeof mo
<template> <template>
<Page wide> <Page wide>
<NotFound v-if="!$isGranted('panel') && !$isGranted('external')" /> <NotFound v-if="!$isGranted('panel') && !$isGranted('external')" />
<form @submit="save" v-else> <form v-else @submit="save">
<p class="d-flex justify-content-between"> <p class="d-flex justify-content-between">
<nuxt-link to="/admin"> <nuxt-link to="/admin">
<Icon v="user-cog" /> <Icon v="user-cog" />