Skip to content

Commit

Permalink
NEOS-502: updated filter to filter by name instead of source (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Dec 21, 2023
1 parent 457905b commit bb90b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/apps/web/app/[account]/new/transformer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function NewTransformer(): ReactElement {
setBase(t ?? new SystemTransformer({}));
setOpenBaseSelect(false);
}}
value={t.source}
value={t.name}
>
<CheckIcon
className={cn(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const Row = memo(function Row({ data, index, style }: RowProps) {
transformers={transformers}
value={fv}
onSelect={field.onChange}
placeholder="Select transformer..."
placeholder="Select Transformer..."
/>
</div>
<EditTransformerOptions
Expand Down

1 comment on commit bb90b56

@vercel
Copy link

@vercel vercel bot commented on bb90b56 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.