resolve build time error

This commit is contained in:
hardiknai-techm
2021-08-17 15:28:19 +05:30
parent 9fd50ee9dd
commit d301294eb5
2 changed files with 2 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ import * as TerminalQueryParams from "./TerminalQueryParams";
import * as TryCosmosExperience from "./TryCosmosExperience";
import * as Urls from "./Urls";
const StyleConstants = require("less-vars-loader!../../less/Common/Constants.less");
const StyleConstants = require("less-vars-loader!../../../less/Common/Constants.less");
export {
StyleConstants,

View File

@@ -15,9 +15,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>