Skip to content

Commit

Permalink
fix(admin-ui): auth server properties page crashes on visit #1506
Browse files Browse the repository at this point in the history
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Dec 15, 2023
1 parent f213fd8 commit b58ae74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function JsonPropertyBuilder({
id={propKey}
name={propKey}
label={generateLabel(propKey)}
value={propValue}
value={propValue || []}
lsize={lSize}
rsize={lSize}
isArray={true}
Expand Down

0 comments on commit b58ae74

Please sign in to comment.