Skip to content

Commit

Permalink
remove bad field and comment out subtitle by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Fondryext committed Aug 14, 2024
1 parent 3af91f3 commit c7f46f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cards/document-vertical-standard/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class document_vertical_standardCardComponent extends BaseCard['document-vertica
url: profile.landingPageUrl, // If the card title is a clickable link, set URL here
target: linkTarget, // If the title's URL should open in a new tab, etc.
// image: '', // The URL of the image to display on the card
subtitle: profile.c_department, // The sub-header text of the card
// subtitle: '', // The sub-header text of the card
details: profile.d_segment.text, // The text in the body of the card
pageNumber: profile.d_segment.pageNumber, // If the result is from a file with page numbers, the page it was on
score: profile.d_segment.score, // The score this segment received
Expand Down

0 comments on commit c7f46f0

Please sign in to comment.