remove alerts, remove test info text

This commit is contained in:
ogerly 2021-12-02 12:14:06 +01:00
parent ab86e95d17
commit 3c5778a81b

View File

@ -1,9 +1,5 @@
<template>
<div class="creation-confirm">
<small class="bg-danger text-light p-1">
Die anzahl der offene Schöpfungen stimmen nicht! Diese wird bei absenden im $store
hochgezählt. Die Liste die hier angezeigt wird ist SIMULIERT!
</small>
<user-table
class="mt-4"
type="PageCreationConfirm"
@ -84,7 +80,6 @@ export default {
},
},
created() {
alert('neu laden')
this.getPendingCreations()
},
}