Skip to content

Commit

Permalink
fix: 解决控制台报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
igophper committed Dec 9, 2024
1 parent 2bc07c9 commit 522b710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/container/compose/edit/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const name = ref();
const environmentStr = ref();
const environmentEnv = ref();
const createdBy = ref();
const envFileContent = `env_file:\n - 1panel.env`;
const envFileContent = ref(`env_file:\n - 1panel.env`);
const onSubmitEdit = async () => {
const param = {
Expand Down

0 comments on commit 522b710

Please sign in to comment.