Skip to content

Commit 15e1ae0

Browse files
fix: broken build on Gallery due to new refreshIndicator property
1 parent 3fc471a commit 15e1ae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pluggableWidgets/gallery-web/src/utils/test-utils.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ export function createMockGalleryContext(): GalleryRootScope {
5555
onClickTrigger: "single",
5656
stateStorageType: "localStorage",
5757
storeFilters: false,
58-
storeSort: false
58+
storeSort: false,
59+
refreshIndicator: false
5960
};
6061

6162
// Create a proper gate provider and gate

0 commit comments

Comments
 (0)