Skip to content

Commit f3158e1

Browse files
committed
fix(forking): stop the truncated-candidates hint promising a search that cannot reach past the cap
1 parent ef523f6 commit f3158e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/ee/workspace-forking/components/fork-sync/fork-sync-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ function MappingEntry({ controller, group, entry }: MappingEntryProps) {
418418
) : null}
419419
{entry.candidatesTruncated ? (
420420
<p className='text-[var(--text-muted)] text-small'>
421-
More options than shown — search by name.
421+
Too many targets to list them all — search covers only the ones shown.
422422
</p>
423423
) : null}
424424
</div>

0 commit comments

Comments
 (0)