Skip to content

Commit

Permalink
use immediate card component for lookup instead of parenttile card, re
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Sep 5, 2024
1 parent f687ba9 commit 8ed0560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<!-- ko foreach: { data: self.preview ? tile.parent.cards : tile.cards, as: 'card' } -->
<!-- ko if: card.tiles().length > 0 || ko.unwrap(tile.parent.hideEmptyNodes) === false -->
<!-- ko component: {
name: tile.parent.model.cardComponentLookup[tile.parent.model.component_id()].componentname,
name: tile.parent.model.cardComponentLookup[card.model.component_id()].componentname,
params: {
state: 'report',
preview: self.preview,
Expand Down

0 comments on commit 8ed0560

Please sign in to comment.