From 8c253309e4870d63cd5f76a48afb956071a2c5b7 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 15 Feb 2022 16:35:45 +0000 Subject: [PATCH] Fix error in updateContent code This was missed from these changes: https://github.com/alphagov/notifications-admin/pull/4155/commits/9646e17b033b5107697cb578cff23bd88a527aab --- app/assets/javascripts/updateContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/updateContent.js b/app/assets/javascripts/updateContent.js index 5c4f8fa6d..8931f285e 100644 --- a/app/assets/javascripts/updateContent.js +++ b/app/assets/javascripts/updateContent.js @@ -45,7 +45,7 @@ }); // remove references to elements - this.$els = []; + this._$els = []; } };