fixed typo in contact controller of Admin UI

Merge branch 'develop'
pull/85/head
13621160019@163.com 2021-09-17 14:15:15 +08:00
commit f1dd8c6d89
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ app.controller('ContactController', function($scope, $translate,$uibModal, Conta
modalInstance.result.then(function (modifiedContact) {
ContactService.editContact(modifiedContact, function (response) {
if(angular.isDefined(response.status) && response.status === 200200){
if(angular.isDefined(response.status) && response.status === 200){
toaster.pop({
type: "success",
title: $translate.instant("TOASTER.SUCCESS_TITLE"),