add rich text facets to description (#4619)
This commit is contained in:
parent
ed940c637e
commit
51fca95669
3 changed files with 48 additions and 21 deletions
|
|
@ -245,7 +245,6 @@ function WizardInner({
|
|||
editStarterPack({
|
||||
name: state.name?.trim() || getDefaultName(),
|
||||
description: state.description?.trim(),
|
||||
descriptionFacets: [],
|
||||
profiles: state.profiles,
|
||||
feeds: state.feeds,
|
||||
currentStarterPack: currentStarterPack,
|
||||
|
|
@ -255,7 +254,6 @@ function WizardInner({
|
|||
createStarterPack({
|
||||
name: state.name?.trim() || getDefaultName(),
|
||||
description: state.description?.trim(),
|
||||
descriptionFacets: [],
|
||||
profiles: state.profiles,
|
||||
feeds: state.feeds,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue