mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Removed leftover signup flag in Koenig config (#17656)
no issue
- Removed a leftover signup property from the Koenig lexical config.
---
<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 0e10cc3</samp>
Removed `signupCard` property from `koenig-lexical-editor` component.
This commit is contained in:
parent
6cfa4bb6e8
commit
d24b41f99f
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ export default class KoenigLexicalEditor extends Component {
|
|||
fetchAutocompleteLinks,
|
||||
fetchLabels,
|
||||
feature: {
|
||||
signupCard: true,
|
||||
collectionsCard: this.feature.get('collectionsCard'),
|
||||
collections: this.feature.get('collections'),
|
||||
headerV2: this.feature.get('headerUpgrade')
|
||||
|
|
Loading…
Add table
Reference in a new issue