File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/BootstrapBlazor/Components/RibbonTab Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 77 OnItemClickAsync =" OnItemClickAsync!" OnMenuClickAsync =" OnMenuClickAsync!" OnFloatChanged =" OnFloatChanged!"
88 EncodeAnchorCallback =" EncodeAnchorCallback!" DecodeAnchorCallback =" DecodeAnchorCallback!"
99 RightButtonsTemplate =" RightButtonsTemplate!"
10- RibbonArrowUpIcon =" @RibbonArrowUpIcon" RibbonArrowDownIcon =" @RibbonArrowDownIcon" RibbonArrowPinIcon =" @RibbonArrowPinIcon" ></RibbonTabHeader >
10+ RibbonArrowUpIcon =" @RibbonArrowUpIcon" RibbonArrowDownIcon =" @RibbonArrowDownIcon"
11+ RibbonArrowPinIcon =" @RibbonArrowPinIcon" ></RibbonTabHeader >
1112 @if (ChildContent != null )
1213 {
1314 <div class =" ribbon-body" >
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ public partial class RibbonTabHeader
1717 /// </summary>
1818 [ Parameter ]
1919 [ NotNull ]
20- #if NET6_0_OR_GREATER
2120 [ EditorRequired ]
22- #endif
2321 public IEnumerable < RibbonTabItem > ? Items { get ; set ; }
2422
2523 /// <summary>
You can’t perform that action at this time.
0 commit comments