Skip to content

Commit c1304f7

Browse files
Merge pull request #6996 from syncfusion-content/doc-correction
988743: updated
2 parents 2542491 + 81dc16a commit c1304f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

blazor/drop-down-menu/template.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,13 @@ The [ItemTemplate](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Split
5454
new DropDownMenuItem { Separator = true },
5555
new DropDownMenuItem { Text = "Syncfusion", IconCss = "e-icons e-mouse-pointer", Url = "http://www.syncfusion.com" }
5656
};
57-
<<<<<<< HEAD
58-
=======
5957
60-
>>>>>>> 01bf62499b5e13b5b729ee669b8eefc73611b136
6158
private void ItemSelected(MenuEventArgs args)
6259
{
6360
var selectedItem = args.Item;
6461
}
6562
}
6663
67-
6864
```
6965

7066
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNBfMhWTscHCszCa?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

0 commit comments

Comments
 (0)