Skip to content

Commit f4d007d

Browse files
Update apps/demos/Demos/DropDownBox/SingleSelection/React/App.tsx
Co-authored-by: Copilot <[email protected]> Signed-off-by: assylbek.danyshbek <[email protected]>
1 parent 0ab7c9e commit f4d007d

File tree

1 file changed

+1
-1
lines changed
  • apps/demos/Demos/DropDownBox/SingleSelection/React

1 file changed

+1
-1
lines changed

apps/demos/Demos/DropDownBox/SingleSelection/React/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const makeAsyncDataSource = (jsonFile: string) =>
1515
loadMode: 'raw',
1616
key: 'ID',
1717
load() {
18-
return fetch(`https://js.devexpress.com/React/Demos/WidgetsGallery/JSDemos/data/${jsonFile}`).then((response) => response.json());
18+
return fetch(`../../../../data/${jsonFile}`).then((response) => response.json());
1919
},
2020
});
2121

0 commit comments

Comments
 (0)