Browse Source

Update Part-5.md

pull/6069/head
Ahmet 6 years ago
parent
commit
43d6c1796b
  1. 2
      docs/en/Tutorials/Part-5.md

2
docs/en/Tutorials/Part-5.md

@ -523,7 +523,7 @@ As similar to the *New Book* button, we can use `if` blocks to conditionally sho
````xml
@if (canEditBook)
{
<DropdownItem Clicked="() => OpenEditModalAsync(context.Id)">
<DropdownItem Clicked="() => OpenEditModalAsync(context)">
@L["Edit"]
</DropdownItem>
}

Loading…
Cancel
Save