MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / showSuccess

Function showSuccess

web/src/helpers/utils.js:131–133  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

129}
130
131export function showSuccess(message) {
132 Toast.success(message);
133}
134
135export function showInfo(message) {
136 Toast.info(message);

Callers 15

logoutFunction · 0.90
sendCodeFunction · 0.90
handleSubmitFunction · 0.90
sendVerificationCodeFunction · 0.90
onTelegramLoginClickedFunction · 0.90
handleSubmitFunction · 0.90
handleSubmitFunction · 0.90
onTelegramLoginClickedFunction · 0.90
TaskLogsTable.jsFile · 0.90
UsersTable.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected