chore: update model list polling

This commit is contained in:
jialin
2024-06-14 17:35:39 +08:00
parent 94e8638d28
commit 28088b270d
13 changed files with 695 additions and 185 deletions
+2
View File
@@ -14,6 +14,7 @@ const SealTable: React.FC<SealTableProps> = (props) => {
onExpand,
loading,
expandable,
pollingChildren,
rowSelection,
renderChildren,
loadChildren
@@ -129,6 +130,7 @@ const SealTable: React.FC<SealTableProps> = (props) => {
rowSelection={rowSelection}
expandable={expandable}
rowKey={rowKey}
pollingChildren={pollingChildren}
renderChildren={renderChildren}
loadChildren={loadChildren}
onExpand={onExpand}