0
Fork 0
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:
Ronald Langeveld 2023-08-09 16:00:42 +02:00 committed by GitHub
parent 6cfa4bb6e8
commit d24b41f99f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')