mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
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:
@@ -45,7 +45,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// remove references to elements
|
// remove references to elements
|
||||||
this.$els = [];
|
this._$els = [];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user