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