Files
twenty_crm/front/src/modules/ui/table/states/EntityUpdateMutationHookContext.ts
Charles Bochet 09ab1300a3 Remove unused components (#1180)
* Remove unused components

* Fix company not being created issue

* Fix company not being created issue

* Fix company not being created issue

* Optimize rendering

* Optimize rendering
2023-08-12 16:29:18 -07:00

4 lines
116 B
TypeScript

import { createContext } from 'react';
export const EntityUpdateMutationContext = createContext<any | null>(null);