We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc07c9 commit 522b710Copy full SHA for 522b710
frontend/src/views/container/compose/edit/index.vue
@@ -93,7 +93,7 @@ const name = ref();
93
const environmentStr = ref();
94
const environmentEnv = ref();
95
const createdBy = ref();
96
-const envFileContent = `env_file:\n - 1panel.env`;
+const envFileContent = ref(`env_file:\n - 1panel.env`);
97
98
const onSubmitEdit = async () => {
99
const param = {
0 commit comments