Skip to content

Commit 9efac0d

Browse files
minor type changes
1 parent e6e5abc commit 9efac0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vue/src/components/HomeContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const getFilteredCities = (options: { data: Employee, key: number }): {
111111
};
112112
};
113113
114-
const cityDataSource = (cellInfo: any): DataSource => {
114+
const cityDataSource = (cellInfo: DxDataGridTypes.ColumnEditCellTemplateData<Employee, number>): DataSource => {
115115
return new DataSource({
116116
store: new ArrayStore({
117117
data: cities,

0 commit comments

Comments
 (0)