Skip to content

Commit 8ae171e

Browse files
chaimanntvdeyen
authored andcommitted
Fix typo
1 parent f6d919c commit 8ae171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/app/javascript/solidus_admin/controllers/sortable_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { patch } from '@rails/request.js'
44

55
export default class extends Controller {
66
static values = {
7-
param: { type: String, default: 'postion' },
7+
param: { type: String, default: 'position' },
88
handle: { type: String, default: null },
99
animation: { type: Number, default: 150 },
1010
}

0 commit comments

Comments
 (0)