fixed typo in contact controller of Admin UI

pull/67/head
13621160019@163.com 2021-09-17 14:14:20 +08:00 committed by Caozhenhui
parent 13b507a2a9
commit 5be1b3b96c
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"),