Disable new Numeric markets for now

This commit is contained in:
Austin Chen 2022-07-09 12:49:37 -07:00
parent f7558e0ee6
commit 20c18b93cc

View File

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