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

Method warningText

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

Source from the content-addressed store, hash-verified

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 }
104 infoText(msg, autoHideDuration = AUTO_HIDE_DURATION) {
105 this.snackbar.callNotify(msg, MESSAGE_TYPE.INFO, autoHideDuration, {plainText: true});
106 }

Callers 2

browser.jsFile · 0.80
Notifier.spec.jsFile · 0.80

Calls 1

callNotifyMethod · 0.80

Tested by

no test coverage detected