Commit 64db617
committed
fix: make CollectionRequest.showAggregateTabs optional (CM-1193)
collection.page.vue's featured-star toggle builds a CollectionRequest
object literal that omits showAggregateTabs (and other optional fields),
relying on the backend to preserve omitted values on partial update.
The field was typed as required, which breaks that existing call site.
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>1 parent d75a249 commit 64db617
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments