diff --git a/src/fireedge/src/client/components/Tabs/Common/Attribute/Attribute.js b/src/fireedge/src/client/components/Tabs/Common/Attribute/Attribute.js index 4d47bf04af..5649a8204a 100644 --- a/src/fireedge/src/client/components/Tabs/Common/Attribute/Attribute.js +++ b/src/fireedge/src/client/components/Tabs/Common/Attribute/Attribute.js @@ -186,7 +186,7 @@ export const AttributePropTypes = { handleDelete: PropTypes.func, handleEdit: PropTypes.func, handleGetOptionList: PropTypes.func, - link: PropTypes.string, + link: PropTypes.oneOfType([PropTypes.string, PropTypes.bool]), icon: PropTypes.any, name: PropTypes.string.isRequired, path: PropTypes.string,