fix(bi): import bug (#3165)

This commit is contained in:
YANG QIA 2023-12-08 16:56:05 +08:00 committed by GitHub
parent 0e7cb9e5cf
commit 4665095372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { moment2str } from '@nocobase/utils';
import { moment2str } from '@nocobase/utils/client';
import dayjs from 'dayjs';
export const getOptionsSchema = () => {

View File

@ -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';