mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 03:30:53 +08:00
fix: fix issue with edit dotnet environment failed (#9121)
Refs https://github.com/1Panel-dev/1Panel/issues/9083
This commit is contained in:
parent
5e549fdb71
commit
99ef8e9310
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ const getRuntime = async (id: number) => {
|
||||||
port: data.port,
|
port: data.port,
|
||||||
});
|
});
|
||||||
runtime.exposedPorts = data.exposedPorts || [];
|
runtime.exposedPorts = data.exposedPorts || [];
|
||||||
|
runtime.environments = data.environments || [];
|
||||||
editParams.value = data.appParams;
|
editParams.value = data.appParams;
|
||||||
open.value = true;
|
open.value = true;
|
||||||
} catch (error) {}
|
} catch (error) {}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue