mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
filtering works for multiple values
This commit is contained in:
@@ -9,7 +9,7 @@ export default function BlogCards({
|
||||
const [cardData, setCardData] = React.useState();
|
||||
|
||||
const getPosts = async () => {
|
||||
const data = await getBlogPosts(filterCallback);
|
||||
const data = await getBlogPosts(filterCallback.join(','));
|
||||
console.log(data.topics)
|
||||
const resultset = []
|
||||
for (const topic of data.topics) {
|
||||
|
||||
Reference in New Issue
Block a user