mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-22 19:41:53 +03:00
fix: rebase
This commit is contained in:
parent
6a840c49d5
commit
259fecffea
@ -11,8 +11,8 @@ import { RecordTableRecordGroupSection } from '@/object-record/record-table/reco
|
|||||||
import { isRecordTableInitialLoadingComponentState } from '@/object-record/record-table/states/isRecordTableInitialLoadingComponentState';
|
import { isRecordTableInitialLoadingComponentState } from '@/object-record/record-table/states/isRecordTableInitialLoadingComponentState';
|
||||||
import { useRecoilComponentFamilyValueV2 } from '@/ui/utilities/state/component-state/hooks/useRecoilComponentFamilyValueV2';
|
import { useRecoilComponentFamilyValueV2 } from '@/ui/utilities/state/component-state/hooks/useRecoilComponentFamilyValueV2';
|
||||||
import { useRecoilComponentValueV2 } from '@/ui/utilities/state/component-state/hooks/useRecoilComponentValueV2';
|
import { useRecoilComponentValueV2 } from '@/ui/utilities/state/component-state/hooks/useRecoilComponentValueV2';
|
||||||
import { useIsFeatureEnabled } from '@/workspace/hooks/useIsFeatureEnabled';
|
|
||||||
import { ViewType } from '@/views/types/ViewType';
|
import { ViewType } from '@/views/types/ViewType';
|
||||||
|
import { useIsFeatureEnabled } from '@/workspace/hooks/useIsFeatureEnabled';
|
||||||
|
|
||||||
export const RecordTableRecordGroupsBody = () => {
|
export const RecordTableRecordGroupsBody = () => {
|
||||||
const isAggregateQueryEnabled = useIsFeatureEnabled(
|
const isAggregateQueryEnabled = useIsFeatureEnabled(
|
||||||
@ -38,7 +38,7 @@ export const RecordTableRecordGroupsBody = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<RecordTableBodyRecordGroupDragDropContextProvider>
|
<RecordTableBodyRecordGroupDragDropContextProvider>
|
||||||
{visibleRecordGroupIds.map((recordGroupId, index) => (
|
{visibleRecordGroupIds.map((recordGroupId) => (
|
||||||
<RecordTableRecordGroupBodyContextProvider
|
<RecordTableRecordGroupBodyContextProvider
|
||||||
key={recordGroupId}
|
key={recordGroupId}
|
||||||
recordGroupId={recordGroupId}
|
recordGroupId={recordGroupId}
|
||||||
|
Loading…
Reference in New Issue
Block a user