Commit da2f608d4e84ed493e9ed35266e20c472f907bec
1 parent
e7a8ff3a
fix: DEFECT-983 linkedge action panel select part device device output bind value type not a string
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -517,7 +517,7 @@ export const actionSchema: FormSchema[] = [ | @@ -517,7 +517,7 @@ export const actionSchema: FormSchema[] = [ | ||
| 517 | colProps: { | 517 | colProps: { |
| 518 | span: 6, | 518 | span: 6, |
| 519 | }, | 519 | }, |
| 520 | - defaultValue: 0, | 520 | + defaultValue: '0', |
| 521 | componentProps: ({ formActionType }) => { | 521 | componentProps: ({ formActionType }) => { |
| 522 | const { setFieldsValue } = formActionType; | 522 | const { setFieldsValue } = formActionType; |
| 523 | return { | 523 | return { |