mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 06:08:24 -04:00
Fix error in updateContent code
This was missed from these changes:
9646e17b03
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