This was bothering me

This commit is contained in:
CenTdemeern1 2025-02-03 20:07:19 +01:00
parent 28bbdac90a
commit 30b28b8aba

View file

@ -79,6 +79,7 @@ export class InstanceDetailsDialog extends FormDialog {
data.host = this.instanceHost.value; data.host = this.instanceHost.value;
data.hostSecure = this.instanceHostSecure.checked; data.hostSecure = this.instanceHostSecure.checked;
data.software = this.instanceSoftware.value; data.software = this.instanceSoftware.value;
resolve(data); resolve(data);
this.close(); this.close();
}, ONCE); }, ONCE);