Commit 5028f3a7442c5b5937a19b4f265a1590c07e07a2
Merge branch 'fix/visual-board-form-required' into 'main_dev'
fix: 修改看板表单搜索问题 See merge request yunteng/thingskit-front!1153
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -17,7 +17,6 @@ export const formSchema: FormSchema[] = [ | @@ -17,7 +17,6 @@ export const formSchema: FormSchema[] = [ | ||
17 | { | 17 | { |
18 | field: 'platform', | 18 | field: 'platform', |
19 | label: '平台', | 19 | label: '平台', |
20 | - required: true, | ||
21 | component: 'Select', | 20 | component: 'Select', |
22 | colProps: useGridLayout(2, 3, 4) as unknown as ColEx, | 21 | colProps: useGridLayout(2, 3, 4) as unknown as ColEx, |
23 | componentProps: { | 22 | componentProps: { |