Skip to content

Commit bab21a2

Browse files
committed
[INTERNAL_BRANCH=status-selection-syntax]
1 parent 8e15dcf commit bab21a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js_modules/dagster-ui/packages/ui-core/src/assets/AssetCatalogTableV2.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const AssetsCatalogTableV2Impl = React.memo(
158158
<Box flex={{grow: 1, shrink: 1}}>{filterInput}</Box>
159159
<CreateCatalogViewButton />
160160
</Box>
161-
{['insights', 'lineage'].includes(selectedTab) ? null : (
161+
{['insights', 'lineage'].includes(selectedTab ?? '') ? null : (
162162
<IndeterminateLoadingBar $loading={loading || healthDataLoading} />
163163
)}
164164
<Box border="bottom">

0 commit comments

Comments
 (0)