Removed Edit button when document is finished

This commit is contained in:
2024-11-20 13:49:16 +01:00
parent 869f381a1b
commit 59424f067c

View File

@@ -52,6 +52,7 @@ const openEmail = () => {
<template #left>
<UButton
@click="router.push(`/createDocument/edit/${itemInfo.id}`)"
v-if="itemInfo.state === 'Entwurf'"
>
Bearbeiten
</UButton>