1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00
This commit is contained in:
r350178982
2025-02-25 10:42:47 +08:00
parent f6f606cb8f
commit a8a2fd6382
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,4 @@
.invite-link-item .delete-link-btn {
color: #999;
width: 40px;
}
}

View File

@@ -635,4 +635,4 @@ class GroupInviteLink(APIView):
logger.error(f'delete group invite links failed. {e}')
return api_error(status.HTTP_500_INTERNAL_SERVER_ERROR, 'Internal Server Error')
return Response({'success': True})
return Response({'success': True})