Ghost/ghost/admin/app/components/epm-modal-container.js
Kevin Ansfield da972bfe58 🐛 Fixed non-functioning "Leave" button on unsaved-changes confirmation modals
no issue

- bumped version of our `ember-promise-modals` fork containing a workaround for modal promises missing their return values
  - upstream issue: https://github.com/simplabs/ember-promise-modals/issues/565
- switched from a GitHub ref to a proper published package to avoid issues with yarn not bumping versions of the fork for developers who installed an earlier version
2022-04-01 12:47:08 +01:00

4 lines
142 B
JavaScript

import EpmModalContainer from '@tryghost/ember-promise-modals/components/modal-container';
export default class extends EpmModalContainer {}