From d6a58fd45fabb141b803656ddf58ccd89122fcab Mon Sep 17 00:00:00 2001 From: Karthik chakravarthy <88904658+kcheekuri@users.noreply.github.com> Date: Wed, 14 Sep 2022 14:57:32 -0400 Subject: [PATCH] Gallery loading issue (#1321) --- src/Explorer/Explorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index bc79c7da0..da5c375fd 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -1115,7 +1115,7 @@ export default class Explorer { account: userContext.databaseAccount, container: this, junoClient: this.notebookManager?.junoClient, - selectedTab: selectedTab || GalleryTabKind.PublicGallery, + selectedTab: selectedTab || GalleryTabKind.OfficialSamples, notebookUrl, galleryItem, isFavorite,