fix: Fix Application Startup Failure Caused by Case-Sensitive Applica… (#7601)

Refs https://github.com/1Panel-dev/1Panel/issues/7600
pull/7606/head
zhengkunwang 2024-12-30 17:15:49 +08:00 committed by GitHub
parent f8356de93c
commit 667ee5256e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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],