Skip to content

Commit

Permalink
Issue postcode-nl#71: Fix missing jquery/validator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySmidt committed Jun 6, 2023
1 parent e864bf8 commit 349418d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/frontend/web/js/view/customer/address/autofill.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ define([
'uiCollection',
'uiRegistry',
'jquery',
'jquery/validate',
], function (Collection, Registry, $) {
'use strict';

Expand Down

0 comments on commit 349418d

Please sign in to comment.