We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5381d commit e345678Copy full SHA for e345678
apps/demos/Demos/FilterBuilder/WithDataGrid/ReactJs/App.js
@@ -4,7 +4,7 @@ import Button from 'devextreme-react/button';
4
import DataGrid from 'devextreme-react/data-grid';
5
import {
6
filter, fields, columns, products,
7
-} from './data.ts';
+} from './data.js';
8
9
const App = () => {
10
const [value, setValue] = useState(filter);
0 commit comments