mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 11:03:40 +03:00
Fix lint issue on record table
This commit is contained in:
parent
f3cbed8fec
commit
618d9678b5
@ -11,8 +11,8 @@ import { getScopedStateDeprecated } from '@/ui/utilities/recoil-scope/utils/getS
|
||||
import { getSnapshotValue } from '@/ui/utilities/recoil-scope/utils/getSnapshotValue';
|
||||
|
||||
import { FieldMetadata } from '../../field/types/FieldMetadata';
|
||||
import { onEntityCountChangeScopedState } from '../states/onEntityCountChangeScopedState';
|
||||
import { useUpsertRecordFromState } from '../../hooks/useUpsertRecordFromState';
|
||||
import { onEntityCountChangeScopedState } from '../states/onEntityCountChangeScopedState';
|
||||
import { ColumnDefinition } from '../types/ColumnDefinition';
|
||||
import { TableHotkeyScope } from '../types/TableHotkeyScope';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user