We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc3c47 commit 9f6cb73Copy full SHA for 9f6cb73
src/components/projects/projectId/data-browser/RecordList.tsx
@@ -30,7 +30,7 @@ export default function RecordList(props: RecordListProps) {
30
<div className="px-4 py-5 sm:p-6">
31
{recordComments[record.id] && <div className="cursor-pointer absolute top-10 right-4"
32
onClick={() => dispatch(setModalStates(ModalEnum.RECORD_COMMENTS, { commentsData: recordComments[record.id], open: true }))}>
33
- <Tooltip content={TOOLTIPS_DICT.DATA_BROWSER.RECORD_COMMENTS} color="invert" placement="left" className="cursor-auto">
+ <Tooltip content={TOOLTIPS_DICT.DATA_BROWSER.RECORD_COMMENTS} color="invert" placement="left">
34
<IconNotes className="h-4 w-4" />
35
</Tooltip>
36
</div>}
0 commit comments