mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 02:48:45 -04:00
Track errors in analytics on multiple row errors
Accidentally missed out on adding the tracking code to this particular error message.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
You need to {{ row_errors[0] }}
|
||||
</p>
|
||||
{% else %}
|
||||
<h1 class='banner-title'>
|
||||
<h1 class='banner-title' data-module="track-error" data-error-type="Bad rows" data-error-label="{{ upload_id }}">
|
||||
There are some problems with your data
|
||||
</h1>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user