deletion postponing

This commit is contained in:
2023-08-23 15:40:31 +02:00
parent c3179194b8
commit 17481ba03c
4 changed files with 7 additions and 14 deletions

View File

@@ -315,6 +315,7 @@ export default {
},
created () {
this.loadData();
fetch( localStorage.getItem( 'url' ) + '/getAPI/extendTicketDeletion' );
}
};
</script>