Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
travjenkins committed Oct 6, 2023
1 parent 7994b34 commit e5c539c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/shared/pickers/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export const DEFAULT_TRANSFORM_ORIGIN: PopoverOrigin = {
horizontal: 'right',
};

// TODO (time travel)
// Never fully tested or implemented
export const validateDateTime = (value: string, allowBlank?: boolean): any => {
const isBlank = !hasLength(value);

Expand Down

0 comments on commit e5c539c

Please sign in to comment.