From 7b6975761f627f562f6df2efc8c6768bda8d897e Mon Sep 17 00:00:00 2001 From: hardiknai-techm Date: Thu, 29 Apr 2021 08:41:14 +0530 Subject: [PATCH] resolve format and compile issue --- src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx | 2 +- .../__snapshots__/UploadItemsPane.test.tsx.snap | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx b/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx index 3b1aa3c8e..a03b29900 100644 --- a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx +++ b/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx @@ -85,7 +85,7 @@ export const AddDatabasePanelF: FunctionComponent = ({ userContext.portalEnv, isFreeTierAccount, container.isFirstResourceCreated(), - userContext.defaultExperience, + userContext.apiType, false ); diff --git a/src/Explorer/Panes/UploadItemsPane/__snapshots__/UploadItemsPane.test.tsx.snap b/src/Explorer/Panes/UploadItemsPane/__snapshots__/UploadItemsPane.test.tsx.snap index 993cc2ec5..2f70dadbf 100644 --- a/src/Explorer/Panes/UploadItemsPane/__snapshots__/UploadItemsPane.test.tsx.snap +++ b/src/Explorer/Panes/UploadItemsPane/__snapshots__/UploadItemsPane.test.tsx.snap @@ -517,9 +517,7 @@ exports[`Upload Items Pane should render Default properly 1`] = ` multiple={true} onUpload={[Function]} tabIndex={0} - tooltip="Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON - documents. The combined size of all files in an individual upload operation must be less than 2 MB. You - can perform multiple upload operations for larger data sets." + tooltip="Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON documents. The combined size of all files in an individual upload operation must be less than 2 MB. You can perform multiple upload operations for larger data sets." />