From 30b28b8aba51eb6fd03193dbcbd8a25b65dc8eb7 Mon Sep 17 00:00:00 2001 From: CenTdemeern1 Date: Mon, 3 Feb 2025 20:07:19 +0100 Subject: [PATCH] This was bothering me --- static/confirm_instance_details.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/static/confirm_instance_details.mts b/static/confirm_instance_details.mts index a69f0c4..689877a 100644 --- a/static/confirm_instance_details.mts +++ b/static/confirm_instance_details.mts @@ -79,6 +79,7 @@ export class InstanceDetailsDialog extends FormDialog { data.host = this.instanceHost.value; data.hostSecure = this.instanceHostSecure.checked; data.software = this.instanceSoftware.value; + resolve(data); this.close(); }, ONCE);