Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue#1323 - delete duplicate chatflow #1325

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Fix for issue#1323 - delete duplicate chatflow #1325

merged 1 commit into from
Dec 4, 2023

Conversation

automaton82
Copy link
Contributor

This commit fixes #1323 that I found.

Previously after deleting it was calling navigate('-1'), but if it's duplicate it's in a new window with no history.

Here I changed it to navigate('/') which will have almost identical behaviour (in almost all cases they come from chatflows) and fixes the defect.

@HenryHengZJ
Copy link
Contributor

thanks @automaton82 !

@HenryHengZJ HenryHengZJ merged commit e9c1f58 into FlowiseAI:main Dec 4, 2023
2 checks passed
@automaton82 automaton82 deleted the bugfix/DeleteDuplicateChatflow branch December 5, 2023 14:16
hemati pushed a commit to hemati/Flowise that referenced this pull request Dec 27, 2023
…cateChatflow

Fix for issue#1323 - delete duplicate chatflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Deleting a duplicated chatflow does not redirect after
2 participants