MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / MsgError

Function MsgError

frontend/src/utils/message.ts:44–51  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

42};
43
44export const MsgError = (message) => {
45 Message.error({
46 message: message,
47 type: 'error',
48 showClose: true,
49 duration: 3000,
50 });
51};

Callers 8

copyTextFunction · 0.90
pushWithAccessCheckFunction · 0.90
handleAuthResponseCodeFunction · 0.90
initWebSocketFunction · 0.90
updateRuntimeRemarkFunction · 0.90
constructorMethod · 0.90
checkStatusFunction · 0.90
index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected