Skip to content

Commit c7257ca

Browse files
hotlongCopilot
andauthored
更新 RecordDetailView.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 26b83d1 commit c7257ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/console/src/components/RecordDetailView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function RecordDetailView({ dataSource, objects, onEdit }: RecordDetailVi
7272
}
7373
})
7474
.catch(() => {});
75-
}, [dataSource, objectName, recordId]);
75+
}, [dataSource, objectName, recordId, currentUser]);
7676

7777
const handleAddComment = useCallback(
7878
async (text: string) => {

0 commit comments

Comments
 (0)