fixes on search (#11955)
In this PR - enable search by email - search with ' ' (spaces) string and special characters do not throw entry error closes https://github.com/twentyhq/twenty/issues/11447 & https://github.com/twentyhq/core-team-issues/issues/860
This commit is contained in:
@ -14,6 +14,8 @@ const StyledTableWithPointerEvents = styled(StyledTable)<{
|
||||
& > * {
|
||||
pointer-events: ${({ isDragging }) => (isDragging ? 'none' : 'auto')};
|
||||
}
|
||||
min-height: ${({ isDragging }) => (isDragging ? '100%' : 'auto')};
|
||||
height: ${({ isDragging }) => (isDragging ? '100%' : 'auto')};
|
||||
`;
|
||||
|
||||
export interface RecordTableContentProps {
|
||||
|
||||
Reference in New Issue
Block a user