Skip to content

Commit 7bc8dd1

Browse files
committed
refactor: log response icon button tool tip added
1 parent b1c6c5a commit 7bc8dd1

File tree

1 file changed

+1
-0
lines changed
  • frontend-dev/src/components/AllIntegrations

1 file changed

+1
-0
lines changed

frontend-dev/src/components/AllIntegrations/Log.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function Log({ allIntegURL }) {
4848
<Button
4949
type="button"
5050
className="icn-btn tooltip"
51+
style={{ '--tooltip-txt': '"Preview"' }}
5152
onClick={() => setResponse(val.row.values.response_obj)}>
5253
<EyeIcn width="40" height="40" strokeColor="#222" />
5354
</Button>

0 commit comments

Comments
 (0)