mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
added support for images inline
This commit is contained in:
@@ -11,9 +11,8 @@ export default function MarketplaceCard({
|
||||
}) {
|
||||
|
||||
function setFilters(e) {
|
||||
openDialogFunc({"rawData": post.raw, "title": post.title, "image": post.image, "link": post.link});
|
||||
openDialogFunc({"title": post.title, "image": post.image, "link": post.link, "id": post.id});
|
||||
}
|
||||
|
||||
return (
|
||||
<div onClick={(e) => setFilters(e)}>
|
||||
<div className={styles.card} >
|
||||
|
||||
Reference in New Issue
Block a user