Skip to content

Commit

Permalink
Update frontend/src/scenes/pipeline/AppsManagement.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 c5081d6 commit c645ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/pipeline/AppsManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type RenderAppsTable = {
function AppsTable({ plugins }: RenderAppsTable): JSX.Element {
const { unusedPlugins } = useValues(appsManagementLogic)
const { uninstallPlugin, patchPlugin } = useActions(appsManagementLogic)
const is3000 = useFeatureFlag('POSTHOG_3000')
const is3000 = useFeatureFlag('POSTHOG_3000', 'test')

// TODO: row expansion to show the source code and allow updating source apps

Expand Down

0 comments on commit c645ba8

Please sign in to comment.