Commit bfc9017
fix: update RecordDetailEdit test to match findOne call signature without undefined 3rd arg
DetailView now only passes 3rd arg to findOne when $expand params exist,
matching the original 2-arg call signature when no expand is needed.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 19f2c0c commit bfc9017
File tree
2 files changed
+3
-3
lines changed- apps/console/src/__tests__
- packages/plugin-detail/src
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments