Commit be51c88
authored
[Schema]: Error fetching fields (#3908)
## Root Cause:
- The useGetContentModelFieldsQuery hook was called with a string
argument instead of the required object { modelZUID: id }.
## Fix:
- Updated the hook call to provide the correct query argument as an
object.
https://github.com/user-attachments/assets/f6e431c6-27fc-40fe-a7c3-7a71caa5d8941 parent ed3d320 commit be51c88
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments