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 5f194bc commit 3b01bd8Copy full SHA for 3b01bd8
static/app/views/explore/logs/logsTab.tsx
@@ -515,8 +515,9 @@ export function LogsTabContent({datePageFilterProps}: LogsTabProps) {
515
<LogsItemContainer>
516
{tableTab === 'logs' ? (
517
<LogsInfiniteTable
518
- stringAttributes={stringAttributes}
+ booleanAttributes={booleanAttributes}
519
numberAttributes={numberAttributes}
520
+ stringAttributes={stringAttributes}
521
/>
522
) : (
523
<LogsAggregateTable aggregatesTableResult={aggregatesTableResult} />
0 commit comments