remove numeric, multiple choice markets from create market page
This commit is contained in:
parent
70eec63533
commit
9a49c0b8fe
|
@ -290,9 +290,9 @@ export function NewContract(props: {
|
||||||
}}
|
}}
|
||||||
choicesMap={{
|
choicesMap={{
|
||||||
'Yes / No': 'BINARY',
|
'Yes / No': 'BINARY',
|
||||||
'Multiple choice': 'MULTIPLE_CHOICE',
|
// 'Multiple choice': 'MULTIPLE_CHOICE',
|
||||||
'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