Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
export const alertError = (props: NotificationProps) => {
24
notification.error({
25
message: props.message,
26
description: props.description
27
});
28
};
Callers
7
ResetPassword
Function · 0.90
ItemForm
Function · 0.90
PackForm
Function · 0.90
getData
Function · 0.90
Pack
Function · 0.90
Profile
Class · 0.90
render
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected