Restore category in tags to /create

This commit is contained in:
Ian Philips 2022-06-23 15:55:05 -05:00
parent 8cc0cf160a
commit b5810481d0

View File

@ -167,6 +167,7 @@ export function NewContract(props: { question: string; groupId?: string }) {
min, min,
max, max,
groupId: selectedGroup?.id, groupId: selectedGroup?.id,
tags: category ? [category] : undefined,
}) })
) )
track('create market', { track('create market', {