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:
parent
9b1fd0185f
commit
443867639f
1 changed files with 0 additions and 13 deletions
|
@ -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() {}
|
||||
}
|
||||
});
|
Loading…
Add table
Reference in a new issue