Disable FR and numeric markets

This commit is contained in:
Austin Chen 2022-07-19 02:56:21 -07:00
parent e59e8b1025
commit b91e848deb

View File

@ -246,8 +246,8 @@ export function NewContract(props: {
}}
choicesMap={{
'Yes / No': 'BINARY',
'Free response': 'FREE_RESPONSE',
Numeric: 'PSEUDO_NUMERIC',
// 'Free response': 'FREE_RESPONSE',
// Numeric: 'PSEUDO_NUMERIC',
}}
isSubmitting={isSubmitting}
className={'col-span-4'}