Don't reset content language on edit
This commit is contained in:
parent
f91940a8b3
commit
79fb020fc8
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ function PublishAdditionalOptions(props: Props) {
|
|||
type="select"
|
||||
name="content_language"
|
||||
value={language}
|
||||
onChange={(event) => updatePublishForm({ language: event.target.value })}
|
||||
onChange={(event) => updatePublishForm({ languages: [event.target.value] })}
|
||||
>
|
||||
{sortLanguageMap(SUPPORTED_LANGUAGES).map(([langKey, langName]) => (
|
||||
<option key={langKey} value={langKey}>
|
||||
|
|
Loading…
Reference in a new issue