Skip to content

Commit e7d4781

Browse files
committed
Include obs data in share URL
1 parent 5945f02 commit e7d4781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/class-solid/src/lib/encode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export function toPartial(config: ExperimentConfig): PartialExperimentConfig {
5353
permutations: config.permutations.map((perm) =>
5454
pruneConfig(perm, config.reference, preset.config),
5555
),
56+
observations: config.observations,
5657
};
5758
}
5859

0 commit comments

Comments
 (0)