warning 修复
This commit is contained in:
parent
8914e3bf0c
commit
55ff76b408
|
|
@ -2,5 +2,6 @@
|
|||
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../../general-app-domain").EntityDict, "parasite", true, {
|
||||
entity: string;
|
||||
entityId: string;
|
||||
nameLabel: string;
|
||||
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
||||
export default _default;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ export default OakComponent({
|
|||
properties: {
|
||||
entity: '',
|
||||
entityId: '',
|
||||
nameLabel: '',
|
||||
},
|
||||
filters: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue