langflow/src
anovazzi1 229b8680f7
fix: fix bug on row selection at IO modal (#2627)
* feat: optimize filtering of messages in SessionView component

The code changes in this commit optimize the filtering of messages in the SessionView component. The useMemo hook is used to memoize the filteredMessages array, which improves performance by avoiding unnecessary re-rendering.

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-12 15:28:56 +00:00
..
backend fix: handle sender_name passed as data or message (#2653) 2024-07-12 04:59:43 -07:00
frontend fix: fix bug on row selection at IO modal (#2627) 2024-07-12 15:28:56 +00:00