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
Update src/Aspire.Dashboard/Utils/DashboardUIHelpers.cs
Co-authored-by: Eric Erhardt <[email protected]>
  • Loading branch information
vnbaaij and eerhardt authored Jan 15, 2025
commit 031b99880ff2b6b84ae73e924175d944ebeefe77
2 changes: 1 addition & 1 deletion src/Aspire.Dashboard/Utils/DashboardUIHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal static class DashboardUIHelpers

public static readonly TimeSpan ToastTimeout = TimeSpan.FromMilliseconds(5000);

public static (ColumnResizeLabels reiszeLabels, ColumnSortLabels sortLabels) CreateGridLabels(IStringLocalizer<ControlsStrings> loc)
public static (ColumnResizeLabels resizeLabels, ColumnSortLabels sortLabels) CreateGridLabels(IStringLocalizer<ControlsStrings> loc)
{
var resizeLabels = ColumnResizeLabels.Default with
{
Expand Down
Loading