bug fix: email verification

This commit is contained in:
Usman Nasir
2020-06-04 13:38:51 +05:00
parent 434e568ce4
commit d8febfacdb

View File

@@ -495,6 +495,7 @@ app.controller('manageEmailLists', function ($scope, $http, $timeout) {
$scope.currentRecords = false;
$scope.records = JSON.parse(response.data.data);
$scope.pagination = response.data.pagination;
$scope.verificationButton = false;
} else {
new PNotify({
title: 'Operation Failed!',