feat(library): add strategy parameter for item fetching and update filter preview
This commit is contained in:
@@ -402,8 +402,8 @@ function AlgorithmicFilterEditor({
|
||||
</Field>
|
||||
</div>
|
||||
|
||||
{/* Preview — snapshot of current filter, only fetches on explicit click */}
|
||||
<FilterPreview filter={content.filter} />
|
||||
{/* Preview — snapshot of current filter+strategy, only fetches on explicit click */}
|
||||
<FilterPreview filter={content.filter} strategy={content.strategy} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user