Skip to content

Commit 54735d1

Browse files
gmjuhaszmatticbot
authored andcommitted
Fix SIG edit template modal not preselecting Default Image (#47948)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/24078728439 Upstream-Ref: Automattic/jetpack@8e46acf
1 parent 71c5da2 commit 54735d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/visx/group/index.d.cts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
export { Group } from '@visx/group';
2-
import '@visx/legend';
3-
import '@visx/text';

dist/visx/group/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
export { Group } from '@visx/group';
2-
import '@visx/legend';
3-
import '@visx/text';

dist/visx/legend/index.d.cts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
export { CircleShape, LineShape, RectShape } from '@visx/legend';
2+
import '@visx/group';
3+
import '@visx/text';

dist/visx/legend/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
export { CircleShape, LineShape, RectShape } from '@visx/legend';
2+
import '@visx/group';
3+
import '@visx/text';

0 commit comments

Comments
 (0)