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.
2 parents 76b8cbd + 175b5ff commit db9bd7dCopy full SHA for db9bd7d
packages/webui/src/client/ui/Shelf/AdLibPanel.tsx
@@ -334,6 +334,9 @@ export function fetchAndFilter(props: IFetchAndFilterProps): AdLibFetchAndFilter
334
partId: {
335
$in: partIds,
336
},
337
+ hidden: {
338
+ $ne: true,
339
+ },
340
341
{
342
sort: { _rank: 1 },
@@ -447,6 +450,9 @@ export function fetchAndFilter(props: IFetchAndFilterProps): AdLibFetchAndFilter
447
450
RundownBaselineAdLibPieces.find(
448
451
449
452
rundownId: currentRundownId,
453
454
455
456
457
458
sort: { sourceLayerId: 1, _rank: 1, name: 1 },
0 commit comments