瀏覽代碼

import isInteger function

ryuichi-e 5 年之前
父節點
當前提交
61f6f67616
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/client/js/components/ShareLinkForm.jsx

+ 1 - 0
src/client/js/components/ShareLinkForm.jsx

@@ -5,6 +5,7 @@ import { withTranslation } from 'react-i18next';
 import dateFnsFormat from 'date-fns/format';
 import parse from 'date-fns/parse';
 
+import { isInteger } from 'core-js/fn/number';
 import { withUnstatedContainers } from './UnstatedUtils';
 
 import { toastSuccess, toastError } from '../util/apiNotification';