chore: rebase main

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 2a6846d2c0
commit f0390682ce
6 changed files with 1 additions and 23 deletions
-9
View File
@@ -205,22 +205,13 @@ const MaasProvider: React.FC = () => {
<Table
rowKey="id"
tableLayout="auto"
loadChildren={loadChildrenData}
sortDirections={TABLE_SORT_DIRECTIONS}
expandedRowKeys={expandedRowKeys}
onExpand={handleExpandChange}
onExpandAll={handleToggleExpandAll}
renderChildren={renderChildren}
onTableSort={handleOnSortChange}
showSorterTooltip={false}
dataSource={dataSource.dataList}
loading={dataSource.loading}
loadend={dataSource.loadend}
rowSelection={rowSelection}
columns={columns}
childParentKey="provider_id"
scroll={{ x: true }}
expandable={true}
pagination={{
showSizeChanger: true,
pageSize: queryParams.perPage,