فهرست منبع

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