Skip to content

Commit 7d84cb7

Browse files
lint
1 parent 5280054 commit 7d84cb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/demos/Demos/DataGrid/BatchUpdateRequest/ReactJs

apps/demos/Demos/DataGrid/BatchUpdateRequest/ReactJs/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22
import DataGrid, { Column, Editing, Pager } from 'devextreme-react/data-grid';
33
import { createStore } from 'devextreme-aspnet-data-nojquery';
44
import 'whatwg-fetch';
5+
56
const BASE_PATH = 'https://js.devexpress.com/Demos/NetCore';
67
const URL = `${BASE_PATH}/api/DataGridBatchUpdateWebApi`;
78
async function fetchAntiForgeryToken() {

0 commit comments

Comments
 (0)