chore: add cancel query model
This commit is contained in:
@@ -69,6 +69,7 @@ const Models: React.FC = () => {
|
||||
} else {
|
||||
setDataSource({
|
||||
...dataSource,
|
||||
loading: !!res.items.length,
|
||||
total: res.pagination.total
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user