Ghost/ghost/admin/app/components/modals/settings
Ronald Langeveld 998708c81a
🐛 Fixed empty icon crashing signup embed preview (#17022)
closes https://github.com/TryGhost/Team/issues/3471

- after adding and removing an icon, icon settings passed an undefined
icon to the signup form's all-in-one style. The AIO conditions didn't
take that into account and caused the entire component to crash.

<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 9e1aea3</samp>

Fix signup form embed code generation when icon is not set. Add a check
for `this.settings.icon` in `signup-form-embed.js` before replacing
image path.
2023-06-14 15:13:49 +02:00
..
about.hbs Added link to GitHub commit if prerelease version 2023-03-15 14:47:45 +01:00
about.js Allowed version build info to be shown in Admin 2023-03-23 16:31:43 +01:00
confirm-email.hbs Update dependency ember-template-lint to v5.3.0 (#16062) 2023-01-04 09:39:32 +00:00
signup-form-embed.hbs Updated signup form embed settings copy 2023-06-09 08:26:21 +02:00
signup-form-embed.js 🐛 Fixed empty icon crashing signup embed preview (#17022) 2023-06-14 15:13:49 +02:00
verify-email.hbs Update dependency ember-template-lint to v5.3.0 (#16062) 2023-01-04 09:39:32 +00:00
verify-email.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00