We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4873a26 commit d56f9e1Copy full SHA for d56f9e1
src/empty/emptyImg/empty_notFound.png
20.6 KB
src/empty/index.tsx
@@ -12,10 +12,11 @@ export const IMG_MAP = {
12
chart: 'empty_chart.png',
13
overview: 'empty_overview.png',
14
permission: 'empty_permission.png',
15
+ notFound: 'empty_notFound.png',
16
};
17
18
export interface EmptyProps extends AntdEmptyProps {
- type?: 'default' | 'search' | 'chart' | 'project' | 'overview' | 'permission';
19
+ type?: 'default' | 'search' | 'chart' | 'project' | 'overview' | 'permission' | 'notFound';
20
size?: 'default' | 'large';
21
showEmpty?: boolean;
22
extra?: ReactNode;
0 commit comments