Removed unused feature flag (#1744)

This commit is contained in:
Lucas Bordeau
2023-09-28 11:21:16 +02:00
committed by GitHub
parent 0be07a8928
commit aa0c61bed9

View File

@ -25,9 +25,6 @@ import { ImpersonateEffect } from './pages/impersonate/ImpersonateEffect';
import { NotFound } from './pages/not-found/NotFound';
import { getPageTitleFromPath } from './utils/title-utils';
// TEMP FEATURE FLAG FOR VIEW FIELDS
export const ACTIVATE_VIEW_FIELDS = true;
export const App = () => {
const { pathname } = useLocation();
const pageTitle = getPageTitleFromPath(pathname);