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:
Thomas Trompette
2024-01-12 14:30:36 +01:00
committed by GitHub
parent 3e8f4ec2c5
commit 52e0e385a4
12 changed files with 40 additions and 48 deletions

View File

@ -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 (