Skip to content

Commit 33719b6

Browse files
authored
chore(explore): Remove visibility-explore-aggregate-editor flag frontend (#104020)
This flag has been rolled out so we can remove it now.
1 parent 72f35b6 commit 33719b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/views/explore/tables/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ export function ExploreTables(props: ExploreTablesProps) {
106106
<Button onClick={openColumnEditor} icon={<IconTable />} size="sm">
107107
{t('Edit Table')}
108108
</Button>
109-
) : props.tab === Mode.AGGREGATE &&
110-
organization.features.includes('visibility-explore-aggregate-editor') ? (
109+
) : props.tab === Mode.AGGREGATE ? (
111110
<Button onClick={openAggregateColumnEditor} icon={<IconTable />} size="sm">
112111
{t('Edit Table')}
113112
</Button>

0 commit comments

Comments
 (0)