Skip to content

Commit

Permalink
LPS-144391 search-experiences-web: Fix formatting in getSXPElementJSO…
Browse files Browse the repository at this point in the history
…N util
  • Loading branch information
oliv-yu committed Mar 30, 2022
1 parent bedce2c commit 3e3f671
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -550,8 +550,8 @@ export function getDefaultValue(item) {
* The elementDefinition's configuration is updated to have its variables replaced with
* values from uiConfigurationValues.
*
* @param {object} _.sxpElement SXP Element with title, description, elementDefinition
* @param {object} _.uiConfigurationValues Values that will replace the keys in uiConfiguration
* @param {object} sxpElement SXP Element with title, description, elementDefinition
* @param {object} uiConfigurationValues Values that will replace the keys in uiConfiguration
* @return {object}
*/
export function getSXPElementJSON(sxpElement, uiConfigurationValues) {
Expand Down

0 comments on commit 3e3f671

Please sign in to comment.