Disable FR and numeric markets
This commit is contained in:
parent
e59e8b1025
commit
b91e848deb
|
@ -246,8 +246,8 @@ export function NewContract(props: {
|
||||||
}}
|
}}
|
||||||
choicesMap={{
|
choicesMap={{
|
||||||
'Yes / No': 'BINARY',
|
'Yes / No': 'BINARY',
|
||||||
'Free response': 'FREE_RESPONSE',
|
// 'Free response': 'FREE_RESPONSE',
|
||||||
Numeric: 'PSEUDO_NUMERIC',
|
// Numeric: 'PSEUDO_NUMERIC',
|
||||||
}}
|
}}
|
||||||
isSubmitting={isSubmitting}
|
isSubmitting={isSubmitting}
|
||||||
className={'col-span-4'}
|
className={'col-span-4'}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user