You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep in mind that when you are using the range picker, both values for the time must be emitted.
235
-
For example if you want to update the second date hours, you will call a function something like this `updateTime([firstValueSaved, newSecondValue])`
239
+
For example, if you want to update the second date hours, you will call a function something like this `updateTime(...time, hours: [12, time.hours[1]])`
236
240
:::
237
241
238
242
@@ -245,7 +249,7 @@ For example if you want to update the second date hours, you will call a functio
0 commit comments