We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d91241f + d826cb5 commit 3fdbe8aCopy full SHA for 3fdbe8a
layouts/_partials/utilities/InitArgs.html
@@ -203,7 +203,7 @@
203
{{/* add missing keys with default values (nested one level deep) or empty slice */}}
204
{{ range $key, $val := $types.types }}
205
{{ $check := index $params $key }}
206
- {{ if not $check }}
+ {{ if eq $check nil }}
207
{{ $udt := index $types.udt $key }}
208
{{ $check1 := index $val "config" }}
209
{{ $check2 := index $val "default" }}
0 commit comments