mirror of https://github.com/langgenius/dify.git
chore: remove log
This commit is contained in:
parent
1205960c59
commit
97f0dff9e1
|
|
@ -24,7 +24,6 @@ const TimeRangePicker: FC<Props> = ({
|
|||
queryDateFormat,
|
||||
}) => {
|
||||
const { t } = useTranslation()
|
||||
console.log(Object.entries(ranges).map(([k, v]) => ({ value: k, name: t(`appLog.filter.period.${v.name}`) })))
|
||||
|
||||
const handleSelectRange = useCallback((item: Item) => {
|
||||
const { name, value } = item
|
||||
|
|
|
|||
Loading…
Reference in New Issue