Skip to content

Commit 30722e5

Browse files
fix of tasks page
1 parent 09e3c78 commit 30722e5

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-cli/src/templates/react/sample-pages/tasks

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/templates/react/sample-pages/tasks/tasks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const dataSource = new DataSource({
8080
data: result,
8181
};
8282
} catch (err) {
83-
throw new Error('Data Loading Error');
83+
throw new Error(`Data Loading Error: ${err.message}`);
8484
}
8585
},
8686
})

0 commit comments

Comments
 (0)