Skip to content

Commit

Permalink
Merge pull request #140 in PROD/explorer-ui from ~TISANGUL/explorer-u…
Browse files Browse the repository at this point in the history
…i:DHFPROD-3732 to develop

* commit 'fcc0fad2e8baa5fa100ffaa84e172b6c8ed41e5e':
  added the dash back
  • Loading branch information
Bruce An authored and Bruce An committed Nov 20, 2019
2 parents 77aa9af + fcc0fad commit aec5a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search-result/search-result.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SearchResult: React.FC<Props> = (props) => {
let itemEntityName: string[] = [];
let itemEntityProperties: any[] = [];
let entityDef: any = {};
let primaryKeyValue: any;
let primaryKeyValue: any = '-';
let createdOnVal: string = '';
let sourcesVal: string = '';
let fileTypeVal: string = props.item.format;
Expand Down

0 comments on commit aec5a9d

Please sign in to comment.