模板中的一处错误

This commit is contained in:
pqcqaq 2025-01-18 10:16:20 +08:00
parent 71d0c9683c
commit 3779a8c2de
1 changed files with 1 additions and 1 deletions

View File

@ -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