Skip to content

Commit f6617fd

Browse files
authored
IBX-9741: Add products list link on no products view in PP (#1509)
1 parent 4c4949e commit f6617fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/ui-dev/src/modules/common/table/empty.table.body.row.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const EmptyTableBodyRow = ({
3939
EmptyTableBodyRow.propTypes = {
4040
extraClasses: PropTypes.string,
4141
infoText: PropTypes.string,
42-
actionText: PropTypes.string,
42+
actionText: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
4343
extraActions: PropTypes.element,
4444
emptyTableImageSrc: PropTypes.string,
4545
colspan: PropTypes.number,

0 commit comments

Comments
 (0)