diff --git a/src/components/Table/src/hooks/useTableForm.ts b/src/components/Table/src/hooks/useTableForm.ts index 78d85620..16ad30a5 100644 --- a/src/components/Table/src/hooks/useTableForm.ts +++ b/src/components/Table/src/hooks/useTableForm.ts @@ -2,7 +2,7 @@ import type { ComputedRef, Slots } from 'vue'; import type { BasicTableProps, FetchParams } from '../types/table'; import { unref, computed } from 'vue'; import type { FormProps } from '@/components/Form'; -import { isFunction, mapValues, omitBy } from 'remeda'; +import { isFunction, mapValues } from 'remeda'; export function useTableForm( propsRef: ComputedRef,