Fixed worship edit functionality
This commit is contained in:
@@ -94,7 +94,7 @@ export default {
|
||||
async fetchWorships() {
|
||||
try {
|
||||
const response = await axios.get('/worships');
|
||||
this.worships = response.data.reverse();
|
||||
this.worships = response.data;
|
||||
} catch (error) {
|
||||
console.error('Fehler beim Abrufen der Gottesdienste:', error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user