Skip to content

Commit 3b6d23f

Browse files
committed
feat(examples/webhooks): rename column header to Submission structured data
1 parent 6b1e4da commit 3b6d23f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/webhooks/worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const renderHTML = (viewType, params) => {
182182
<th class="px-6 py-4">Submission</th>
183183
<th class="px-6 py-4">Document</th>
184184
<th class="px-6 py-4">Submitted at</th>
185-
<th class="px-6 py-4">Structured data</th>
185+
<th class="px-6 py-4">Submission structured data</th>
186186
<th class="px-6 py-4">Submission context</th>
187187
</tr>
188188
</thead>
@@ -219,7 +219,7 @@ const renderHTML = (viewType, params) => {
219219
<tr>
220220
<th class="px-6 py-4">Document</th>
221221
<th class="px-6 py-4">Submitted at</th>
222-
<th class="px-6 py-4">Structured data</th>
222+
<th class="px-6 py-4">Submission structured data</th>
223223
<th class="px-6 py-4">Submission context</th>
224224
</tr>
225225
</thead>

0 commit comments

Comments
 (0)