Skip to content

Commit

Permalink
Fix missing appIds in legacy apps. (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku authored Nov 22, 2024
1 parent 92aae89 commit 35e6e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .env.dev
NODE_ENV=dev
#VUE_APP_DEV_IP=demo.casaos.io
VUE_APP_DEV_IP=10.0.0.85
VUE_APP_DEV_IP=10.0.0.72
# VUE_APP_DEV_IP=10.147.20.1
# VUE_APP_DEV_IP=192.168.2.15
# VUE_APP_DEV_IP=192.168.2.219
Expand Down
1 change: 1 addition & 0 deletions src/components/Apps/AppSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<app-card
:isCasa="false"
:item="item"
:appIds="newAppIds"
@configApp="showConfigPanel"
@importApp="showContainerPanel"
@updateState="getList"
Expand Down

0 comments on commit 35e6e23

Please sign in to comment.