Skip to content

Commit 79884cf

Browse files
committed
Merge branch 'main' into progressive-relationship-load
2 parents ca194ae + 3106515 commit 79884cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/ui",
3-
"version": "2.36.12",
3+
"version": "2.36.13",
44
"engines": {
55
"pnpm": ">=8.6.0",
66
"node": ">=18.15.0"

Diff for: src/lib/components/event/event-summary-table.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
export let loading = false;
3030
export let compact = false;
3131
export let minimized = true;
32-
export let showGraph = !compact;
32+
33+
$: showGraph = !compact;
3334
3435
$: initialItem = $fullEventHistory?.[0];
3536

0 commit comments

Comments
 (0)