This commit is contained in:
Girish Ramakrishnan
2024-12-11 23:01:00 +01:00
parent f59837f7c3
commit fbe207dac3

View File

@@ -97,7 +97,7 @@ angular.module('Application').controller('NotificationsController', ['$scope', '
Client.setNotificationConfig(config, function (error) {
if (error) return Client.error(error);
Client.refreshConfig();
Client.refreshProfile();
$('#notificationsSettingsModal').modal('hide');
});
},