mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
2f587d675e
@ -74,7 +74,7 @@ const useUpdateProfileActionProps = () => {
|
|||||||
const useEditProfileFormBlockDecoratorProps = () => {
|
const useEditProfileFormBlockDecoratorProps = () => {
|
||||||
const { data } = useCurrentUserContext() || {};
|
const { data } = useCurrentUserContext() || {};
|
||||||
return {
|
return {
|
||||||
filterByTk: data?.data?.id,
|
record: data?.data,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user