Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
  • Loading branch information
JamesNK authored and github-actions committed Jul 10, 2025
commit 0d99922c74f815d0598f81f852e457868e5fd9dc
1 change: 0 additions & 1 deletion src/Aspire.Dashboard/Components/Pages/ConsoleLogs.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ private async Task ToggleTimestampAsync(bool showTimestamp, bool isTimestampUtc)
{
_showTimestamp = showTimestamp;
_isTimestampUtc = isTimestampUtc;

await UpdateConsoleLogSettingsAsync();
}

Expand Down