Skip to content

Commit 692960d

Browse files
authored
chore(drawer): fix field type (#2286)
1 parent 2225e43 commit 692960d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/breadcrumb/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The properties of a Breadcrumb item map directly to fields from the Breadcrumb m
6060
public string Title { get; set; }
6161
public ISvgIcon Icon { get; set; }
6262
public string Url { get; set; }
63-
public string Disabled { get; set; }
63+
public bool Disabled { get; set; }
6464
public string Class { get; set; }
6565
}
6666
````

0 commit comments

Comments
 (0)