diff --git a/src/components/Dashboard/common/ObjectProperty.jsx b/src/components/Dashboard/common/ObjectProperty.jsx index 24594fa..7c88239 100644 --- a/src/components/Dashboard/common/ObjectProperty.jsx +++ b/src/components/Dashboard/common/ObjectProperty.jsx @@ -81,6 +81,7 @@ const ObjectProperty = ({ minimal = false, previewOpen = false, showPreview = true, + options = [], showHyperlink, ...rest }) => { @@ -553,6 +554,17 @@ const ObjectProperty = ({ /> ) + case 'select': + return ( + +