Commit 197781c
authored
Enables subgraphs by default (#1341)
## Description
Enable Subgraph Navigation by default. This change sets the default value of the "Subgraph Navigation" beta flag from `false` to `true`, making the experimental feature for viewing subgraphs available to all users without requiring them to manually enable it.
## Related Issue and Pull requests
## Type of Change
- [x] Improvement
- [x] New feature
## Checklist
- [x] I have tested this does not break current pipelines / runs functionality
- [x] I have tested the changes on staging
## Test Instructions
Verify that users can now navigate into nested pipeline components by double-clicking without needing to enable the beta flag manually.
## Additional Comments
This feature allows users to explore subgraphs more intuitively by double-clicking on nested components.1 parent 170cdcc commit 197781c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments