0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Deleted unused modal-whats-new component file

no issue

- backing class still existed for a component that previous had it's template removed
This commit is contained in:
Kevin Ansfield 2022-11-03 17:18:37 +00:00
parent 9b1fd0185f
commit 443867639f

View file

@ -1,13 +0,0 @@
import ModalComponent from 'ghost-admin/components/modal-base';
import {inject as service} from '@ember/service';
export default ModalComponent.extend({
whatsNew: service(),
confirm() {},
actions: {
// noop - enter key shouldn't do anything
confirm() {}
}
});