Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Jul 12, 2024
1 parent 8ef9ac8 commit 6088331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Flow/FlowList/FlowList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export const FlowList = () => {
if (filter === 'isTemplate') {
filters = { ...filters, isTemplate: true };
} else {
filters = { ...filters, isActive: filter };
filters = { ...filters, isActive: filter, isTemplate: false };
}
return filters;
}, [filter, selectedtag, importing]);
Expand Down

0 comments on commit 6088331

Please sign in to comment.