Skip to content

Commit e345678

Browse files
committed
fix(FilterBuilder Demo): convert to js
1 parent ed5381d commit e345678

File tree

1 file changed

+1
-1
lines changed
  • apps/demos/Demos/FilterBuilder/WithDataGrid/ReactJs

1 file changed

+1
-1
lines changed

apps/demos/Demos/FilterBuilder/WithDataGrid/ReactJs/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Button from 'devextreme-react/button';
44
import DataGrid from 'devextreme-react/data-grid';
55
import {
66
filter, fields, columns, products,
7-
} from './data.ts';
7+
} from './data.js';
88

99
const App = () => {
1010
const [value, setValue] = useState(filter);

0 commit comments

Comments
 (0)