Skip to content

Commit 4c5b70e

Browse files
Tsvetomir-Hrdimodi
andauthored
Update knowledge-base/chiplist-add-chip-tooltips.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 950d76e commit 4c5b70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/chiplist-add-chip-tooltips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To add tooltips to chips in the ChipList, use the `ItemTemplate` to customize ch
7272
public class ChipModel
7373
{
7474
public string Text { get; set; }
75-
public ISvgIcon Icon { get; set; }
75+
public object? Icon { get; set; }
7676
public string Description { get; set; }
7777
}
7878
}

0 commit comments

Comments
 (0)