fix: fix issue with edit dotnet environment failed (#9121)

Refs https://github.com/1Panel-dev/1Panel/issues/9083
This commit is contained in:
CityFun 2025-06-16 16:50:51 +08:00 committed by GitHub
parent 5e549fdb71
commit 99ef8e9310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -186,6 +186,7 @@ const getRuntime = async (id: number) => {
port: data.port,
});
runtime.exposedPorts = data.exposedPorts || [];
runtime.environments = data.environments || [];
editParams.value = data.appParams;
open.value = true;
} catch (error) {}