Skip to content

Commit 4461f0f

Browse files
authored
Change notification type from info to success
1 parent 975b407 commit 4461f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Pages/AbpPermissionManagement/resource-permission-management-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var abp = abp || {};
3434
},
3535
action: function (data) {
3636
volo.abp.permissionManagement.permissions.deleteResource($("#ResourceName").val(), $("#ResourceKey").val(), data.record.providerName, data.record.providerKey).then(function () {
37-
abp.notify.info(l('DeletedSuccessfully'));
37+
abp.notify.success(l('DeletedSuccessfully'));
3838
_dataTable.ajax.reloadEx(function (json) {
3939
_dataTable.columns.adjust();
4040
});

0 commit comments

Comments
 (0)