Skip to content

Commit d444a05

Browse files
committed
Undo part of 3a87e3a. Line is needed for MessageBar example
1 parent b6e75ea commit d444a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Demo/Shared/Pages/Dialog/Examples/SimpleDialog.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@implements IDialogContentComponent<SimplePerson>
22

3+
<FluentMessageBarProvider Section="@App.MESSAGES_DIALOG" MaxMessageCount="1" />
4+
35
<p>Your lastname is @Content.Lastname and you are @Content.Age years young </p>
46

57
<FluentTextField @bind-Value="@Content.Firstname">Your firstname:</FluentTextField>

0 commit comments

Comments
 (0)