Skip to content

Commit

Permalink
Add loop component as an unsupported content (#2859)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Musale <martinmusale@microsoft.com>
  • Loading branch information
musale authored Nov 14, 2023
1 parent 965d3a3 commit f278f22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ detail: ${JSON.stringify(eventDetail)}`);
const unsupportedContentTypes = [
'application/vnd.microsoft.card.codesnippet',
'application/vnd.microsoft.card.fluid',
'application/vnd.microsoft.card.fluidEmbedCard',
'reference'
];
const isUnsupported: boolean[] = [];
Expand Down

0 comments on commit f278f22

Please sign in to comment.