Skip to content

Commit

Permalink
Fix: Removed unnecessary flyover icon and updated the renderer librar…
Browse files Browse the repository at this point in the history
…y reference to alpha. #1078
  • Loading branch information
janadh committed Dec 22, 2024
1 parent 77561a2 commit 7e4ded2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 55 deletions.
2 changes: 1 addition & 1 deletion apps/smart-forms-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@aehrc/sdc-assemble": "^1.3.1",
"@aehrc/sdc-populate": "^3.0.0",
"@aehrc/smart-forms-renderer": "^0.44.1",
"@aehrc/smart-forms-renderer": "^1.0.0-alpha.10",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/material-icons": "^5.0.18",
Expand Down
55 changes: 2 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const ItemLabelText = memo(function ItemLabelText(props: ItemLabelTextProps) {
{required && requiredIndicatorPosition === 'end' ? (
<RequiredAsterisk>*</RequiredAsterisk>
) : null}
<FlyoverItem displayFlyover={displayFlyover} readOnly={readOnly} />

{displayFlyover !== '' ? (
<FlyoverItem displayFlyover={displayFlyover} readOnly={readOnly} />
) : null}
Expand Down

0 comments on commit 7e4ded2

Please sign in to comment.