Skip to content

Commit

Permalink
Fixes #809
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed May 23, 2019
1 parent ec7eb3c commit 2592b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalDashboard.Materialize/Scripts/grid.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function New-UDGrid {
headers = $Headers
properties = $Properties
defaultSortColumn = $DefaultSortColumn
defaultSortDescending = $DefaultSortDescending
defaultSortDescending = $DefaultSortDescending.IsPresent
backgroundColor = $BackgroundColor.HtmlColor
fontColor = $FontColor.HtmlColor
links = $Links
Expand Down

0 comments on commit 2592b9b

Please sign in to comment.