aefis-core-ui 2.3.0-rc43 → 2.3.0-rc44
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/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -14871,7 +14871,7 @@ Header.propTypes = {
|
|
|
14871
14871
|
data: PropTypes.arrayOf(PropTypes.shape({
|
|
14872
14872
|
id: PropTypes.any.isRequired,
|
|
14873
14873
|
title: PropTypes.string.isRequired,
|
|
14874
|
-
content: PropTypes.any
|
|
14874
|
+
content: PropTypes.any
|
|
14875
14875
|
})).isRequired,
|
|
14876
14876
|
activeStep: PropTypes.number.isRequired,
|
|
14877
14877
|
allStepsCompleted: PropTypes.bool
|