Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(widgets): ensure
params
is not nil (#943)
* fix(partials): ensure params always exist If the `params` key is not defined in the config file, accessing `params` results in a `nil pointer evaluating interface {}` error because `params` does not exist. This can be fixed by ensuring that params is always a map. * style(widgets): `default` no pipes required
- Loading branch information