Skip to content

Commit 215d20e

Browse files
Fix hiding dismiss on inputs dialog (#10351)
Co-authored-by: James Newton-King <[email protected]>
1 parent 2d9558c commit 215d20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Dashboard/Components/Dialogs/InteractionsInputDialog.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@inject IStringLocalizer<Dialogs> Loc
1515

16-
<FluentDialogHeader ShowDismiss="true">
16+
<FluentDialogHeader ShowDismiss="@Dialog.Instance.Parameters.ShowDismiss">
1717
<FluentStack VerticalAlignment="VerticalAlignment.Center">
1818
<FluentLabel Typo="Typography.PaneHeader">
1919
@Dialog.Instance.Parameters.Title

0 commit comments

Comments
 (0)