MCPcopy Index your code
hub / github.com/Packstack-Tech/packstack / alertError

Function alertError

frontend/src/app/components/Notifications/index.tsx:23–28  ·  view source on GitHub ↗
(props: NotificationProps)

Source from the content-addressed store, hash-verified

21};
22
23export const alertError = (props: NotificationProps) => {
24 notification.error({
25 message: props.message,
26 description: props.description
27 });
28};

Callers 7

ResetPasswordFunction · 0.90
ItemFormFunction · 0.90
PackFormFunction · 0.90
getDataFunction · 0.90
PackFunction · 0.90
ProfileClass · 0.90
renderMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected