mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Fixed lint
This commit is contained in:
parent
6aecfbfcce
commit
55cd5bbb32
@ -6,10 +6,10 @@ import {inject as service} from '@ember/service';
|
|||||||
|
|
||||||
export default Component.extend({
|
export default Component.extend({
|
||||||
clock: service(),
|
clock: service(),
|
||||||
|
session: service(),
|
||||||
|
|
||||||
post: null,
|
post: null,
|
||||||
saveType: null,
|
saveType: null,
|
||||||
session: service(),
|
|
||||||
isClosing: null,
|
isClosing: null,
|
||||||
|
|
||||||
// used to set minDate in datepicker
|
// used to set minDate in datepicker
|
||||||
|
Loading…
Reference in New Issue
Block a user