mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
Bugfix: lint fixes (no-console)
This commit is contained in:
@@ -48,7 +48,6 @@ const Chatflows = () => {
|
||||
|
||||
const handleChange = (event, nextView) => {
|
||||
if (nextView === null) return
|
||||
console.log('nextView == ' + nextView)
|
||||
localStorage.setItem('flowDisplayStyle', nextView)
|
||||
setView(nextView)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user