模板中的一处错误
This commit is contained in:
parent
71d0c9683c
commit
3779a8c2de
|
|
@ -5,7 +5,7 @@ import { Typography, Divider } from 'antd';
|
||||||
|
|
||||||
import SystemList from '../system';
|
import SystemList from '../system';
|
||||||
|
|
||||||
export default function render(props: WebComponentProps<EntityDict, 'system', true, {
|
export default function render(props: WebComponentProps<EntityDict, 'system', false, {
|
||||||
entity: 'system';
|
entity: 'system';
|
||||||
entityId: string;
|
entityId: string;
|
||||||
onClose: () => void
|
onClose: () => void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue