MCPcopy
hub / github.com/FlowiseAI/Flowise / closeSnackbar

Function closeSnackbar

packages/ui/src/store/actions.js:45–49  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

43}
44
45export const closeSnackbar = (key) => ({
46 type: CLOSE_SNACKBAR,
47 dismissAll: !key, // dismiss all if no key has been defined
48 key
49})
50
51export const removeSnackbar = (key) => ({
52 type: REMOVE_SNACKBAR,

Callers 15

signOutClickedFunction · 0.90
signOutClickedFunction · 0.90
errorFailedFunction · 0.90
importAllSuccessFunction · 0.90
deleteUserFunction · 0.90
updateUserFunction · 0.90
exportToolFunction · 0.90
addNewToolFunction · 0.90
saveToolFunction · 0.90
deleteToolFunction · 0.90
showSnackbarFunction · 0.90
deleteCredentialFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected