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