Skip to content

Commit

Permalink
fix log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 26, 2024
1 parent 1b1000f commit 09b6cd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ window.Typerefinery.Components.Forms.Composite = Typerefinery.Components.Forms.C
console.group('compositeVal');
const type = this.attr('type') || ns.selectorTypeField;
const isList = type === ns.selectorTypeList;
console.group("type", type);
console.group("isList", isList);
console.log("type", type);
console.log("isList", isList);

if (!isList) {
//get all immediate isCompositeParent components
Expand Down

0 comments on commit 09b6cd6

Please sign in to comment.