fix(bi): import bug (#3165)
This commit is contained in:
parent
0e7cb9e5cf
commit
4665095372
@ -1,4 +1,4 @@
|
||||
import { moment2str } from '@nocobase/utils';
|
||||
import { moment2str } from '@nocobase/utils/client';
|
||||
import dayjs from 'dayjs';
|
||||
|
||||
export const getOptionsSchema = () => {
|
||||
|
@ -6,7 +6,7 @@ import { Schema } from '@formily/react';
|
||||
import { useChartsTranslation } from '../locale';
|
||||
import { ChartFilterContext } from '../filter/FilterProvider';
|
||||
import { useMemoizedFn } from 'ahooks';
|
||||
import { parse } from '@nocobase/utils';
|
||||
import { parse } from '@nocobase/utils/client';
|
||||
import lodash from 'lodash';
|
||||
import { getValuesByPath } from '../utils';
|
||||
import deepmerge from 'deepmerge';
|
||||
|
Loading…
Reference in New Issue
Block a user