Fix: Changed file and component names (#1934)
Changed file and component names
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { EntityTable } from '@/ui/data-table/components/EntityTable';
|
||||
import { DataTable } from '@/ui/data-table/components/DataTable';
|
||||
import { TableRecoilScopeContext } from '@/ui/data-table/states/recoil-scope-contexts/TableRecoilScopeContext';
|
||||
import { ViewBarContext } from '@/ui/view-bar/contexts/ViewBarContext';
|
||||
import { useUpdateOneCompanyMutation } from '~/generated/graphql';
|
||||
@ -15,7 +15,7 @@ export const CompanyTableMockMode = () => {
|
||||
ViewBarRecoilScopeContext: TableRecoilScopeContext,
|
||||
}}
|
||||
>
|
||||
<EntityTable updateEntityMutation={useUpdateOneCompanyMutation} />
|
||||
<DataTable updateEntityMutation={useUpdateOneCompanyMutation} />
|
||||
</ViewBarContext.Provider>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user