Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
export
const
MsgError = (message) => {
45
Message.error({
46
message: message,
47
type
:
'error'
,
48
showClose: true,
49
duration: 3000,
50
});
51
};
Callers
8
copyText
Function · 0.90
pushWithAccessCheck
Function · 0.90
handleAuthResponseCode
Function · 0.90
initWebSocket
Function · 0.90
updateRuntimeRemark
Function · 0.90
constructor
Method · 0.90
checkStatus
Function · 0.90
index.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected