MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / displayWarning

Function displayWarning

packages/ui/src/views/canvas/NodeInputHandler.jsx:647–660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

645 }
646
647 const displayWarning = () => {
648 enqueueSnackbar({
649 message: 'Please fill in all mandatory fields.',
650 options: {
651 key: new Date().getTime() + Math.random(),
652 variant: 'warning',
653 action: (key) => (
654 <Button style={{ color: 'white' }} onClick={() => closeSnackbar(key)}>
655 <IconX />
656 </Button>
657 )
658 }
659 })
660 }
661
662 const generateDocStoreToolDesc = async (storeId) => {
663 if (!storeId) {

Callers 2

generateDocStoreToolDescFunction · 0.70
generateInstructionFunction · 0.70

Calls 3

enqueueSnackbarFunction · 0.90
closeSnackbarFunction · 0.90
getTimeMethod · 0.45

Tested by

no test coverage detected