We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f35b6 commit 33719b6Copy full SHA for 33719b6
static/app/views/explore/tables/index.tsx
@@ -106,8 +106,7 @@ export function ExploreTables(props: ExploreTablesProps) {
106
<Button onClick={openColumnEditor} icon={<IconTable />} size="sm">
107
{t('Edit Table')}
108
</Button>
109
- ) : props.tab === Mode.AGGREGATE &&
110
- organization.features.includes('visibility-explore-aggregate-editor') ? (
+ ) : props.tab === Mode.AGGREGATE ? (
111
<Button onClick={openAggregateColumnEditor} icon={<IconTable />} size="sm">
112
113
0 commit comments