nocobase:main
← nocobase:fix/client-details-block-context
opened 12:09PM - 26 Dec 24 UTC
### This is a ...
- [ ] New feature
- [ ] Improvement
- [x] Bug fix
- [ ] …Others
### Motivation
Fix sub-details block throwing error in manual node UI configuration.
### Description
```
useRerenderDataBlock() must be used within a DataBlockProvider
```
### Related issues
#5366.
### Showcase
### Changelog
| Language | Changelog |
| ---------- | --------- |
| 🇺🇸 English | Fix sub-details block throwing error in manual node UI configuration |
| 🇨🇳 Chinese | 修复关系字段子详情区块在人工节点界面配置中报错 |
### Docs
| Language | Link |
| ---------- | --------- |
| 🇺🇸 English | |
| 🇨🇳 Chinese | |
### Checklists
- [x] All changes have been self-tested and work as expected
- [x] Test cases are updated/provided or not needed
- [x] Doc is updated/provided or not needed
- [x] Component demo is updated/provided or not needed
- [x] Changelog is provided or not needed
- [x] Request a code review if it is necessary