resolve format and compile issue

This commit is contained in:
hardiknai-techm
2021-04-29 08:41:14 +05:30
parent ed44c8640a
commit 7b6975761f
2 changed files with 2 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ export const AddDatabasePanelF: FunctionComponent<AddDatabasePaneProps> = ({
userContext.portalEnv,
isFreeTierAccount,
container.isFirstResourceCreated(),
userContext.defaultExperience,
userContext.apiType,
false
);

View File

@@ -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."
/>
</div>
</RightPaneForm>