filter using flow Id
This commit is contained in:
parent
8063fd9a97
commit
a79172bbec
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ export default function IOModal({
|
|||
useEffect(() => {
|
||||
setSelectedViewField(startView());
|
||||
if (haveChat) {
|
||||
getMessagesTable("union").then(({ rows, columns }) => {
|
||||
getMessagesTable("union", currentFlow!.id).then(({ rows, columns }) => {
|
||||
setMessages(rows);
|
||||
setColumns(columns);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue