This commit is contained in:
einhornimmond 2025-05-23 20:39:43 +02:00
parent db2785ba25
commit c3c402efcc
2 changed files with 2 additions and 4 deletions

View File

@ -65,9 +65,7 @@
"uuid": "8.3.2"
},
"nodemonConfig": {
"ignore": [
"**/*.test.ts"
]
"ignore": ["**/*.test.ts"]
},
"engines": {
"node": ">=18"

View File

@ -56,7 +56,7 @@
block
variant="gradido"
:disabled="disabled"
@click="($emit('send-transaction'), (disabled = true))"
@click="$emit('send-transaction'), (disabled = true)"
>
{{ $t('form.send_now') }}
</BButton>