Commit 8ea3bfc
committed
feat(chart): always auto-run on load instead of requiring ?run=true
Per review feedback, simplify to always auto-run when the Chart Explorer
loads with a valid source, rather than gating behind a ?run=true query
param. The tableSource check serves as the non-empty guard. Validation
errors are suppressed on the initial auto-run so users landing with an
incomplete config don't see an error toast.
Addresses #1961 (comment)1 parent 6e3da8d commit 8ea3bfc
3 files changed
Lines changed: 4 additions & 6 deletions
File tree
- .changeset
- packages/app/src
- components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | 233 | | |
236 | 234 | | |
237 | 235 | | |
| |||
255 | 253 | | |
256 | 254 | | |
257 | 255 | | |
258 | | - | |
| 256 | + | |
259 | 257 | | |
260 | 258 | | |
261 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
0 commit comments