Skip to content

Commit

Permalink
handle empty values
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Oct 18, 2024
1 parent 26fe2b1 commit b3482cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/navbar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
'clusters',
'interactive apps',
] +
$navbar_items
pick($navbar_items, [])
+ [
'sessions',
],
help_bar => $helpbar_items + [
help_bar => pick($helpbar_items, []) + [
'develop',
'help',
'user',
Expand Down

0 comments on commit b3482cf

Please sign in to comment.