10.01.2024

This commit is contained in:
Jonathan Jenne
2024-01-10 13:06:55 +01:00
parent 37908b6a1b
commit c7dba51ec9
8 changed files with 58 additions and 20 deletions

View File

@@ -165,9 +165,7 @@ class App {
case 'RESET':
result = await this.handleReset(null)
console.log(result)
if (result == true) {
if (result.isConfirmed) {
Swal.fire({
title: 'Erfolg',
text: 'Dokument wurde zurückgesetzt',