Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Apr 11, 2024
1 parent c647701 commit 4ce2c44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import { DateTimeInputComponent } from '../../../common/form/inputs/DateTimeInpu
/**
* Return a time range input component
*
* @param {TimeRangeFilterModel} timeRangeInputModel the model of the input
* @return {Component} the resulting component
* @param {TimeRangeFilterModel} timeRangeInputModel the model of the time range input
* @return {Component} time range input component
*/
export const timeRangeInput = (timeRangeInputModel, { seconds, from = {}, to = {} } = {}) => {
const timeStep = seconds ? 1000 : 60 * 1000;
Expand Down

0 comments on commit 4ce2c44

Please sign in to comment.