MCPcopy
hub / github.com/1Panel-dev/MaxKB / MsgError

Function MsgError

ui/src/utils/message.ts:31–38  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

29}
30
31export const MsgError = (message: string) => {
32 ElMessage.error({
33 message: message,
34 type: 'error',
35 showClose: true,
36 duration: 3000,
37 })
38}
39
40export const MsgAlert = (title: string, description: string, options?: any) => {
41 const defaultOptions: object = {

Callers 7

copyClickFunction · 0.90
index.tsFile · 0.90
exportFileFunction · 0.90
exportFilePostFunction · 0.90
index.tsFile · 0.90
copy_nodeFunction · 0.90
delete_nodeFunction · 0.90

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected