eslint corrections

This commit is contained in:
2025-08-13 12:38:32 +02:00
parent 6a2ee232a9
commit 81a858f07a
5 changed files with 39 additions and 32 deletions

View File

@@ -73,7 +73,7 @@ function closeModal(): void {
@click="openModal"
class="btn btn-create"
>
{{ trans(DOCUMENT_ADD ) }}
{{ trans(DOCUMENT_ADD) }}
</button>
<button v-else @click="openModal" class="btn btn-edit">
{{ trans(DOCUMENT_REPLACE) }}