Skip to content

Commit

Permalink
chore: Ignore indexing of all table data
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Apr 25, 2022
1 parent cce7ff0 commit 4427554
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/attribute-dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const EventDefinition = memo(
data-swiftype-index="false"
dangerouslySetInnerHTML={{ __html: event.definition?.html }}
/>
<Table>
<Table data-swiftype-index="false">
<thead>
<tr>
<th
Expand Down Expand Up @@ -342,7 +342,6 @@ const EventDefinition = memo(
)}
</td>
<td
data-swiftype-index="false"
key={`${event.name}-${attribute.name}-def}`}
css={css`
p:last-child {
Expand All @@ -354,7 +353,6 @@ const EventDefinition = memo(
}}
/>
<td
data-swiftype-index="false"
css={css`
width: 1px;
`}
Expand Down

0 comments on commit 4427554

Please sign in to comment.