selected-topics-default
This commit is contained in:
parent
e5d3235846
commit
0faa9df81c
|
@ -56,6 +56,7 @@ export const PublishSettings = (props: Props) => {
|
|||
title: props.form.title,
|
||||
subtitle: props.form.subtitle,
|
||||
description: composeDescription(),
|
||||
selectedTopics: [],
|
||||
}
|
||||
|
||||
const {
|
||||
|
|
|
@ -23,7 +23,7 @@ export type ShoutForm = {
|
|||
shoutId: number
|
||||
slug: string
|
||||
title: string
|
||||
subtitle: string
|
||||
subtitle?: string
|
||||
lead?: string
|
||||
description?: string
|
||||
selectedTopics: Topic[]
|
||||
|
|
Loading…
Reference in New Issue
Block a user