Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-03-07 03:38:51 +00:00
commit 2f587d675e

View File

@ -74,7 +74,7 @@ const useUpdateProfileActionProps = () => {
const useEditProfileFormBlockDecoratorProps = () => {
const { data } = useCurrentUserContext() || {};
return {
filterByTk: data?.data?.id,
record: data?.data,
};
};