Skip to content

Commit 2653c85

Browse files
committed
chore: fix linter issues
1 parent 8c1c22e commit 2653c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/extensions/slickCellExternalCopyManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export class SlickCellExternalCopyManager {
198198
commitChanges: noop,
199199
}) as Editor;
200200

201-
editor.loadValue({...item, [columnDef.field]: value});
201+
editor.loadValue({ ...item, [columnDef.field]: value });
202202
const validationResults = editor.validate(undefined, value);
203203
if (!validationResults.valid) {
204204
const activeCell = this._grid.getActiveCell()!;

0 commit comments

Comments
 (0)