-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: org CRUD #3380
feat: org CRUD #3380
Conversation
215a588
to
bfac393
Compare
11219b1
to
44d0894
Compare
50327fb
to
7f7d93e
Compare
projects/app/src/components/support/permission/MemberManager/AddMemberModal.tsx
Outdated
Show resolved
Hide resolved
projects/app/src/components/support/permission/MemberManager/MemberListCard.tsx
Outdated
Show resolved
Hide resolved
projects/app/src/components/support/permission/MemberManager/context.tsx
Show resolved
Hide resolved
} | ||
}); | ||
|
||
useEffect(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
直接加到前面的 defaultValues 里
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个别忘了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感觉不行,这个orgInfoModal是控制开关而不会销毁,default 后面不会生效了
projects/app/src/pages/account/team/components/OrgManage/index.tsx
Outdated
Show resolved
Hide resolved
projects/app/src/pages/account/team/components/OrgManage/OrgInfoModal.tsx
Outdated
Show resolved
Hide resolved
projects/app/src/pages/account/team/components/OrgManage/OrgMemberModal.tsx
Outdated
Show resolved
Hide resolved
projects/app/src/pages/account/team/components/OrgManage/OrgMoveModal.tsx
Outdated
Show resolved
Hide resolved
projects/app/src/pages/account/team/components/OrgManage/OrgTree.tsx
Outdated
Show resolved
Hide resolved
* feat: add org schema * feat: org manage UI * feat: OrgInfoModal * feat: org tree view * feat: org management * fix: init root org * feat: org permission for app * feat: org support for dataset * fix: disable org role control * styles: opt type signatures * fix: remove unused permission * feat: delete org collaborator
No description provided.