Skip to content

Commit b1a27b2

Browse files
remove unwanted title in code snippets.
1 parent 52019f3 commit b1a27b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/AIAssistView/working-with-aiassistview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Bind the `ActionButtons` collection with one or more `ActionButton` items to pop
376376
- `CommandParameter`: Passes a parameter to the command when executed.
377377

378378
{% tabs %}
379-
{% highlight xaml tabtitle="XAML" hl_lines="4 5 6 7 8" %}
379+
{% highlight xaml hl_lines="4 5 6 7 8" %}
380380

381381
<syncfusion:SfAIAssistView x:Name="sfAIAssistView"
382382
ShowActionButtons="True"

0 commit comments

Comments
 (0)