2a0f937899
This PR modifies the data model visualizer to only show objects and fields which are active. - Added `isActive` check in the filter within the useEffect of the `packages/twenty-front/src/modules/settings/data-model/graph-overview/components/SettingsDataModelOverviewEffect.tsx` to filter out objects that are inactive - Also added `isActive` check to the `StyledInnerCard` in the file `packages/twenty-front/src/modules/settings/data-model/graph-overview/components/SettingsDataModelOverviewObject.tsx` within the filter to filter out fields that have been marked inactive --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com> Co-authored-by: Félix Malfait <felix@twenty.com>