Showing
1 changed file
with
2 additions
and
0 deletions
... | ... | @@ -59,12 +59,14 @@ const getDefaultQxProps = (type: string) => { |
59 | 59 | _qxProps = { |
60 | 60 | formId: 'PbOC6xBYOvZ1IB2mwUc', |
61 | 61 | appId: 'eSnLZ42R2TA5Z18dNsJ', |
62 | + isTree: false, | |
62 | 63 | }; |
63 | 64 | break; |
64 | 65 | case 'ORG': |
65 | 66 | _qxProps = { |
66 | 67 | formId: 'UsoOGnrJLPziSQwGDwj', |
67 | 68 | appId: 'eSnLZ42R2TA5Z18dNsJ', |
69 | + isTree: true, | |
68 | 70 | }; |
69 | 71 | break; |
70 | 72 | default: | ... | ... |