mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
lint fix
This commit is contained in:
parent
db2785ba25
commit
c3c402efcc
@ -65,9 +65,7 @@
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
"**/*.test.ts"
|
||||
]
|
||||
"ignore": ["**/*.test.ts"]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user