From 515f65e5392dd1595dbc0f957f1bd4dfa52fa21d Mon Sep 17 00:00:00 2001 From: Jerry Smidt Date: Thu, 9 Feb 2023 16:44:47 +0100 Subject: [PATCH] Issue #71: Fix missing jquery/validator dependency --- view/frontend/web/js/view/customer/address/autofill.js | 1 + 1 file changed, 1 insertion(+) diff --git a/view/frontend/web/js/view/customer/address/autofill.js b/view/frontend/web/js/view/customer/address/autofill.js index 5a0decb..e0f29d4 100644 --- a/view/frontend/web/js/view/customer/address/autofill.js +++ b/view/frontend/web/js/view/customer/address/autofill.js @@ -2,6 +2,7 @@ define([ 'uiCollection', 'uiRegistry', 'jquery', + 'jquery/validate', ], function (Collection, Registry, $) { 'use strict';