slight frontend changes

This commit is contained in:
Lennart
2025-06-28 01:14:55 +02:00
parent ff1e38477b
commit d2de87072f
7 changed files with 275 additions and 277 deletions

View File

@@ -52,7 +52,7 @@ let CreateAddressbookForm = class extends i {
event.preventDefault();
this.dialog.value.close();
this.form.value.reset();
}}> Cancel </button>
}} class="cancel">Cancel</button>
</form>
</dialog>
`;

View File

@@ -72,7 +72,7 @@ let CreateCalendarForm = class extends i {
event.preventDefault();
this.dialog.value.close();
this.form.value.reset();
}}> Cancel </button>
}} class="cancel">Cancel</button>
</form>
</dialog>
`;