Ghost/ghost/admin/app/components/settings/integrations
Ronald Langeveld 226794e201
🐛 Fixed broken close buttons on modals (#15514)
* 🐛 Fixed broken `close` button on modals
no issue

Some modals' close elements containing `{{on "click" @close}}` and `href=""` would not take the 'on cl
ick' function into account, meaning the whole page would get redirected to "/" (back to the root of the dashboard) instead of just closing the modal.
2022-10-04 06:33:49 +04:00
..
delete-integration-modal.hbs Refactored delete custom integration modal 2022-09-08 09:18:48 +01:00
delete-integration-modal.js Refactored delete custom integration modal 2022-09-08 09:18:48 +01:00
delete-webhook-modal.hbs 🐛 Fixed broken close buttons on modals (#15514) 2022-10-04 06:33:49 +04:00
delete-webhook-modal.js Refactored integration webhook modals 2022-09-08 09:18:56 +01:00
webhook-form-modal.hbs Refactored integration webhook modals 2022-09-08 09:18:56 +01:00
webhook-form-modal.js Refactored integration webhook modals 2022-09-08 09:18:56 +01:00