Fix error in updateContent code

This was missed from these changes:

https://github.com/alphagov/notifications-admin/pull/4155/commits/9646e17b033b5107697cb578cff23bd88a527aab
This commit is contained in:
Tom Byers
2022-02-15 16:35:45 +00:00
parent 1d69f7ab61
commit 8c253309e4
+1 -1
View File
@@ -45,7 +45,7 @@
}); });
// remove references to elements // remove references to elements
this.$els = []; this._$els = [];
} }
}; };