MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / successText

Method successText

web/pgadmin/static/js/helpers/Notifier.jsx:98–100  ·  view source on GitHub ↗
(msg, autoHideDuration = AUTO_HIDE_DURATION)

Source from the content-addressed store, hash-verified

96 // text from an untrusted source (PostgreSQL server, driver, remote API,
97 // user input). Newlines are preserved; no HTML is interpreted.
98 successText(msg, autoHideDuration = AUTO_HIDE_DURATION) {
99 this.snackbar.callNotify(msg, MESSAGE_TYPE.SUCCESS, autoHideDuration, {plainText: true});
100 }
101 warningText(msg, autoHideDuration = AUTO_HIDE_DURATION) {
102 this.snackbar.callNotify(msg, MESSAGE_TYPE.WARNING, autoHideDuration, {plainText: true});
103 }

Callers 1

Notifier.spec.jsFile · 0.80

Calls 1

callNotifyMethod · 0.80

Tested by

no test coverage detected