cleaning
This commit is contained in:
parent
9400a1ec5c
commit
2258717eae
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,13 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.0.2 (alpha)
|
||||
- improve oauth flow UI
|
||||
- [WordPress plugin](https://wordpress.org/plugins/wpgancio/)
|
||||
- fix h-event import
|
||||
- improve error logging (add stack trace to exception)
|
||||
- choose start date for recurreing events (#120)
|
||||
- fix user delete from admin
|
||||
|
||||
### 1.0.1 (alpha)
|
||||
|
||||
- fix AP resource removal
|
||||
|
|
|
@ -113,9 +113,6 @@ export default {
|
|||
}
|
||||
return hourList
|
||||
},
|
||||
isRecurrent () {
|
||||
return !!this.value.recurrent
|
||||
},
|
||||
whenPatterns () {
|
||||
if (!this.value.from) { return }
|
||||
const date = dayjs(this.value.from)
|
||||
|
|
Loading…
Reference in a new issue