Skip to content

Commit e8643d4

Browse files
vue - fix max/length lint
1 parent 3602cd2 commit e8643d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Vue/src/components/HomeContent.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ const getFilteredCities = (options: { data: Employee, key: number }): {
111111
};
112112
};
113113
114-
const cityDataSource = (cellInfo: DxDataGridTypes.ColumnEditCellTemplateData<Employee, number>): DataSource => {
114+
const cityDataSource = (
115+
cellInfo: DxDataGridTypes.ColumnEditCellTemplateData<Employee, number>
116+
): DataSource => {
115117
return new DataSource({
116118
store: new ArrayStore({
117119
data: cities,

0 commit comments

Comments
 (0)