Skip to content

Commit

Permalink
enable yes in compatiblity mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan-bhullar-tech committed Jul 26, 2024
1 parent 8eead47 commit 4a6259c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,9 @@ function getNotes(
? {
iconName: "footnote",
label:
"Full support (earliest supporting release version unknown)",
item?.version_added === true
? "Full support (earliest supporting release version unknown)"
: "Full support",
}
: isNotSupportedAtAll(item)
? {
Expand Down

0 comments on commit 4a6259c

Please sign in to comment.