@capillarytech/creatives-library 8.0.70 → 8.0.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.70",
4
+ "version": "8.0.71",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -47,7 +47,5 @@
47
47
  }
48
48
  }
49
49
  }
50
- .ant-spin-nested-loading {
51
- position: initial;
52
- }
50
+
53
51
  }
@@ -1923,7 +1923,7 @@ export class Edit extends React.Component { // eslint-disable-line react/prefer-
1923
1923
  <CapSpin spinning={spinning}>
1924
1924
  <CapRow>
1925
1925
  <CapColumn>
1926
- {<FormBuilder
1926
+ {!this.props.isLoadingMetaEntities && <FormBuilder
1927
1927
  schema={schema}
1928
1928
  onSubmit={this.saveFormData}
1929
1929
  onChange={this.onFormDataChange}