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

Function MsgSuccess

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

Source from the content-addressed store, hash-verified

15});
16
17export const MsgSuccess = (message) => {
18 Message.success({
19 message: message,
20 type: 'success',
21 showClose: true,
22 duration: 3000,
23 });
24};
25
26export const MsgInfo = (message) => {
27 Message.info({

Callers 2

copyTextFunction · 0.90
updateRuntimeRemarkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected