Replace
if ($(this).data('type' == undefined) && $(this).data('type') == undefined) {
on modules/appagebuilder/views/js/admin/home.js
with
if ($(this).data('type') == undefined) {
All Done Enjoy. Sorry for being late but I faced this issue today. Anyway if you don't need it now it will help others searching for it.