Took 4 seconds
This commit is contained in:
Tobias Hopp 2023-01-30 11:40:44 +01:00
parent 3e1d88a0e5
commit 37396858dd

View File

@ -134,7 +134,7 @@ export class Containers {
modal.addContent(document.createElement("br")); modal.addContent(document.createElement("br"));
modal.addButton(ButtonType.PRIMARY, "Abbrechen", () => modal.close()); modal.addButton(ButtonType.PRIMARY, "Schließen", () => modal.close());
modal.addContent(btnSave); modal.addContent(btnSave);