Restore category in tags to /create
This commit is contained in:
parent
8cc0cf160a
commit
b5810481d0
|
@ -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', {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user