[CON-209] Fix regression with ExpandButton icon on Browse rows

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4515
GitOrigin-RevId: 8b298c819fb8c8071edb8f61605c8413b145247b
This commit is contained in:
Alberto Francesco Motta 2022-05-20 10:04:36 +02:00 committed by hasura-bot
parent 73b161b2bc
commit 4929d3135a

View File

@ -338,9 +338,7 @@ const ViewRows = props => {
handleClick = handleExpand;
}
const expanderIcon = { icon };
return getActionButton('expand', expanderIcon, title, handleClick);
return getActionButton('expand', icon, title, handleClick);
};
const getEditButton = pkClause => {