Skip to content

Commit

Permalink
Update frontend/src/scenes/settings/organization/OrganizationDangerZo…
Browse files Browse the repository at this point in the history
…ne.tsx

Co-authored-by: Thomas Obermüller <[email protected]>
  • Loading branch information
daibhin and thmsobrmlr authored Dec 5, 2023
1 parent c645ba8 commit 0cad6fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function DeleteOrganizationModal({
}): JSX.Element {
const { currentOrganization, organizationBeingDeleted } = useValues(organizationLogic)
const { deleteOrganization } = useActions(organizationLogic)
const is3000 = useFeatureFlag('POSTHOG_3000')
const is3000 = useFeatureFlag('POSTHOG_3000', 'test')

const [isDeletionConfirmed, setIsDeletionConfirmed] = useState(false)
const isDeletionInProgress = !!currentOrganization && organizationBeingDeleted?.id === currentOrganization.id
Expand Down

0 comments on commit 0cad6fd

Please sign in to comment.