Skip to content

Commit

Permalink
Update share-permission-editor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
r350178982 committed Aug 21, 2024
1 parent b6fb8dc commit 4af91bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class SharePermissionEditor extends React.Component {
});
return;
}

seafileAPI.listCustomPermissions(repoID).then(res => {
const { permission_list: permissions } = res.data;
localStorage.setItem(this.CACHE_KEY, JSON.stringify(res.data));
Expand Down

0 comments on commit 4af91bc

Please sign in to comment.