MCPcopy 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
51export const removeSnackbar = (key) => ({
52 type: REMOVE_SNACKBAR,
53 key
54})

Callers 1

useNotifierFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected