Skip to content

Commit 3c33842

Browse files
JiaxuanYangBluThaitanium
authored andcommitted
fix selected assets show up in different menus (#342)
Signed-off-by: Jiaxuan-Yang <[email protected]> Signed-off-by: BluThaitanium <[email protected]>
1 parent f19853f commit 3c33842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/origin-mlx/src/pages/MetaAllPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function MetaAllPage(props: MetaAllPageProps) {
185185
<Paper>
186186
<EnhancedToolbar
187187
type={type}
188-
numSelected={pipeline.components.length}
188+
numSelected={selected.size}
189189
toggleModal={(e: never) => {}}
190190
/>
191191
<Table>

0 commit comments

Comments
 (0)