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