File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
libs/sdk-ui-kit/src/RecurrenceForm Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11// (C) 2024-2025 GoodData Corporation
22
3- import React , { useState , useCallback , useId } from "react" ;
3+ import React , { useState , useCallback } from "react" ;
44import cx from "classnames" ;
55import { WeekStart } from "@gooddata/sdk-model" ;
66import { Datepicker } from "../Datepicker/index.js" ;
77import { Timepicker , normalizeTime } from "../Timepicker/index.js" ;
88import { DEFAULT_DROPDOWN_ZINDEX , MAX_VISIBLE_TIME_ITEMS_COUNT , TIME_ANCHOR } from "./constants.js" ;
99import { defineMessages , FormattedMessage } from "react-intl" ;
1010import { parseDate } from "../Datepicker/Datepicker.js" ;
11+ import { useId } from "../utils/useId.js" ;
1112
1213interface IDateTimeProps {
1314 label : string ;
You can’t perform that action at this time.
0 commit comments