Skip to content

Commit 23f22c2

Browse files
Update Vue
1 parent 6cef747 commit 23f22c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vue/src/components/CityDropDownBoxComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import type { DataSource } from 'devextreme-vue/common/data';
3939
4040
interface Props {
4141
value: number[] | undefined;
42-
// eslint-disable-next-line no-unused-vars
42+
4343
onValueChanged: (value: number[]) => void;
4444
dataSource: DataSource;
4545
cellInfo: DxDataGridTypes.ColumnEditCellTemplateData<Employee, number>;

Vue/src/components/StateDropDownBoxComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import type { Employee, State } from '../data';
3939
4040
interface Props {
4141
value: number[] | undefined;
42-
// eslint-disable-next-line no-unused-vars
42+
4343
onValueChanged: (value: number[]) => void;
4444
dataSource: State[];
4545
cellInfo: DxDataGridTypes.ColumnEditCellTemplateData<Employee, number>;

0 commit comments

Comments
 (0)