fix warning in edit post test

This commit is contained in:
Ulf Gebhardt 2023-06-05 20:53:03 +02:00
parent f894cca63d
commit 514a5c4894
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -33,6 +33,9 @@ export default {
user: 'auth/user',
}),
},
data() {
return { contribution: {} }
},
async asyncData(context) {
const {
app,