Commit 955e983
Fix isamples_explorer: declare facetSummariesError as mutable (#54)
OJS requires `mutable` keyword for cross-cell variable assignment.
The undeclared assignment was killing the facetSummaries cell,
cascading failures to all downstream filters and queries.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent a2c677d commit 955e983
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
338 | 343 | | |
339 | 344 | | |
340 | 345 | | |
341 | 346 | | |
342 | | - | |
| 347 | + | |
343 | 348 | | |
344 | 349 | | |
345 | 350 | | |
346 | 351 | | |
347 | 352 | | |
348 | | - | |
| 353 | + | |
349 | 354 | | |
350 | 355 | | |
351 | 356 | | |
| |||
0 commit comments