Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ removeSnackbar
Function
removeSnackbar
packages/ui/src/store/actions.js:51–54 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
49
})
50
51
export
const
removeSnackbar = (key) => ({
52
type
: REMOVE_SNACKBAR,
53
key
54
})
Callers
1
useNotifier
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected