Skip to content

Commit

Permalink
update: access statements updated to valid document links (#11116)
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Jan 7, 2024
1 parent fce50e8 commit 58613e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @see https://umijs.org/zh-CN/plugins/plugin-access
* @see https://umijs.org/docs/max/access#access
* */
export default function access(initialState: { currentUser?: API.CurrentUser } | undefined) {
const { currentUser } = initialState ?? {};
Expand Down

0 comments on commit 58613e2

Please sign in to comment.