mirror of https://github.com/1Panel-dev/1Panel
fix: Fix Application Startup Failure Caused by Case-Sensitive Applica… (#7601)
Refs https://github.com/1Panel-dev/1Panel/issues/7600pull/7606/head
parent
f8356de93c
commit
667ee5256e
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue