Skip to content

Commit 17b09c1

Browse files
Fix variable name for duplicates data
1 parent fc07e2c commit 17b09c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/check_dq/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
181181
//get all duplicates using api call
182182
await getData($url + '/' + endpoint_data_quality, id, $token.toString()).then((dt) => {
183-
duplicates = dt.DataTable;
183+
duplicates = dt.dataTable;
184184
});
185185
loading = false;
186186
//set and return the result for the visualization

0 commit comments

Comments
 (0)