We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a41643 commit 2ee2cc2Copy full SHA for 2ee2cc2
src/Core/Components/AppBar/FluentAppBar.razor.cs
@@ -126,9 +126,8 @@ public async Task OverflowRaisedAsync(string value)
126
127
foreach (var item in items)
128
{
129
- if (item.Id is not null)
+ if (item.Id is not null && _internalAppBarContext.Apps.TryGetValue(item.Id, out var app))
130
131
- var app = _internalAppBarContext.Apps[item.Id];
132
app.Overflow = item.Overflow;
133
}
134
0 commit comments