Fix front end (#1678)

* Fix front

Co-authored-by: v1b3m <vibenjamin6@gmail.com>

* Fix according to PR

* Fix tests

---------

Co-authored-by: v1b3m <vibenjamin6@gmail.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
gitstart-twenty
2023-09-20 20:46:40 +01:00
committed by GitHub
parent a20ca95f32
commit 78b666f457
6 changed files with 24 additions and 21 deletions

View File

@ -4,7 +4,6 @@ import styled from '@emotion/styled';
import { useDropdownButton } from '@/ui/dropdown/hooks/useDropdownButton';
import { ViewFieldMetadata } from '@/ui/editable-field/types/ViewField';
import { ColumnHeadDropdownId } from '../constants/ColumnHeadDropdownId';
import { ColumnDefinition } from '../types/ColumnDefinition';
import { EntityTableHeaderOptions } from './EntityTableHeaderOptions';
@ -49,7 +48,7 @@ export const ColumnHead = ({
const theme = useTheme();
const { openDropdownButton } = useDropdownButton({
dropdownId: ColumnHeadDropdownId,
dropdownId: column.key + '-header',
});
return (