2017-09-11 10:41:17 +03:00
|
|
|
import ModalComponent from 'ghost-admin/components/modal-base';
|
|
|
|
|
|
|
|
export default ModalComponent.extend({
|
2021-06-18 12:12:36 +03:00
|
|
|
actions: {
|
|
|
|
// noop - we don't want the enter key doing anything
|
|
|
|
confirm() {}
|
|
|
|
}
|
2017-09-11 10:41:17 +03:00
|
|
|
});
|