Fix date/time panel toggle
This commit is contained in:
parent
283b90aa38
commit
71b68751f8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
handleToggleTime(){
|
||||
this.currentView = this.currentView === 'time' ? this.selectionMode : 'time';
|
||||
this.currentView = this.currentView === 'time' ? 'date' : 'time';
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue