Skip to content

Commit

Permalink
fix: Fix Application Startup Failure Caused by Case-Sensitive Applica…
Browse files Browse the repository at this point in the history
…tion Names
  • Loading branch information
zhengkunwang223 committed Dec 30, 2024
1 parent 55bb997 commit e3e99da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/app-store/detail/install/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const installData = ref<InstallProps>({
});
const open = ref(false);
const rules = ref<FormRules>({
name: [Rules.appName],
name: [Rules.paramSimple],
params: [],
version: [Rules.requiredSelect],
containerName: [Rules.containerName],
Expand Down

0 comments on commit e3e99da

Please sign in to comment.