Skip to content

Commit

Permalink
chore(demo): Appearance update condition to show [appearance] option
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Sep 27, 2024
1 parent 1f0cea5 commit 76feffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo/src/components/appearance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</td>
</tr>
<tr
*ngIf="tuiDocAppearance && !hiddenOptions.includes('appearance')"
*ngIf="!hiddenOptions.includes('appearance')"
name="[appearance]"
tuiDocAPIItem
type="string"
Expand Down

0 comments on commit 76feffa

Please sign in to comment.