mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 01:00:14 -04:00
Fix: wrong variable name used (dataRow instead of row)
Thanks @wu123456. Closes #1926.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<td>{{row.started_at | toMilliseconds | dateTime }}</td>
|
||||
<td>{{row.updated_at | toMilliseconds | dateTime }}</td>
|
||||
<td ng-if="selectedTab === 'in_progress'">
|
||||
<cancel-query-button query-id="dataRow.query_id" task-id="dataRow.task_id"></cancel-query-button>
|
||||
<cancel-query-button query-id="row.query_id" task-id="row.task_id"></cancel-query-button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user