Commit 99f92055681a6ece83c83b46ad5b728a189307ce
1 parent
8545426f
fix: ota update limit url field length
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -46,6 +46,9 @@ export const formSchema: FormSchema[] = [ | @@ -46,6 +46,9 @@ export const formSchema: FormSchema[] = [ | ||
46 | ifShow: ({ model }) => { | 46 | ifShow: ({ model }) => { |
47 | return model[PackageField.URL]; | 47 | return model[PackageField.URL]; |
48 | }, | 48 | }, |
49 | + componentProps: { | ||
50 | + maxLength: 255, | ||
51 | + }, | ||
49 | }, | 52 | }, |
50 | { | 53 | { |
51 | field: PackageField.CHECK_SUM_ALG, | 54 | field: PackageField.CHECK_SUM_ALG, |