Skip to content

Commit

Permalink
Update frontend/src/lib/components/NotFound/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Obermüller <[email protected]>
  • Loading branch information
daibhin and thmsobrmlr authored Dec 5, 2023
1 parent 14bdb74 commit 8e0234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/NotFound/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface NotFoundProps {
export function NotFound({ object, caption }: NotFoundProps): JSX.Element {
const { preflight } = useValues(preflightLogic)
const { openSupportForm } = useActions(supportLogic)
const is3000 = useFeatureFlag('POSTHOG_3000')
const is3000 = useFeatureFlag('POSTHOG_3000', 'test')

const nodeLogic = useNotebookNode()

Expand Down

0 comments on commit 8e0234a

Please sign in to comment.