mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
removed accidental 1 from line 1588
This commit is contained in:
parent
4f9b65ffaa
commit
594d470691
1 changed files with 0 additions and 1 deletions
|
@ -1585,7 +1585,6 @@ export default {
|
|||
|
||||
newHour = newHour <= 0 ? 12 + newHour : newHour;
|
||||
}
|
||||
1;
|
||||
|
||||
if (this.validateTime(newHour, this.currentMinute, this.currentSecond, newPM)) {
|
||||
this.currentHour = newHour;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue