da972bfe58
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
4 lines
142 B
JavaScript
4 lines
142 B
JavaScript
import EpmModalContainer from '@tryghost/ember-promise-modals/components/modal-container';
|
|
|
|
export default class extends EpmModalContainer {}
|