Skip to content

Commit

Permalink
fix tagName
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Dec 11, 2023
1 parent 8d4c0c8 commit 038c6bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function BaseHTMLEngineProvider(props) {
'mention-user': defaultHTMLElementModels.span.extend({tagName: 'mention-user'}),
'mention-here': defaultHTMLElementModels.span.extend({tagName: 'mention-here'}),
'next-steps': defaultHTMLElementModels.span.extend({
tagName: 'mention-here',
tagName: 'next-steps',
mixedUAStyles: {...styles.textLabelSupporting},
}),
}),
Expand Down

0 comments on commit 038c6bc

Please sign in to comment.