@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
|
@@ -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}
|