Rename mutation maximum affected records (#6042)
As per my last comment on https://github.com/twentyhq/twenty/pull/6039, we decided to rename this var
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
import { createState } from 'twenty-ui';
|
||||
|
||||
import { ApiConfig } from '~/generated/graphql';
|
||||
|
||||
export const apiConfigState = createState<ApiConfig | null>({
|
||||
key: 'apiConfigState',
|
||||
defaultValue: null,
|
||||
});
|
||||
Reference in New Issue
Block a user