Pass object name plural in props + remove unused state (#3401)
* Pass object name plural in props + remove unused state * Fix test --------- Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -15,7 +15,7 @@ const StyledContainer = styled.div`
|
||||
|
||||
export const SignInBackgroundMockContainer = () => {
|
||||
const objectNamePlural = 'companies';
|
||||
const recordTableId = 'Sign-up-mock-record-table-id';
|
||||
const recordTableId = 'sign-up-mock-record-table-id';
|
||||
const viewBarId = 'companies-mock';
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user