diff --git a/src/components/Dashboard/common/ObjectProperty.jsx b/src/components/Dashboard/common/ObjectProperty.jsx index 0f52cad..58f1eef 100644 --- a/src/components/Dashboard/common/ObjectProperty.jsx +++ b/src/components/Dashboard/common/ObjectProperty.jsx @@ -61,6 +61,7 @@ const MATERIAL_OPTIONS = [ const ObjectProperty = ({ type = 'text', prefix, + size, suffix, value, min, @@ -411,6 +412,7 @@ const ObjectProperty = ({ maxWidth={maxWidth} loading={loading} rollups={rollups} + size={size} /> ) } @@ -798,6 +800,7 @@ const ObjectProperty = ({ objectData={objectData} isEditing={true} rollups={rollups} + size={size} {...inputProps} /> )