Skip to content

Commit

Permalink
compile error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rajvarkala committed Jan 1, 2024
1 parent 9d2aace commit 440ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/Syncs/SyncRuns/ConnectionMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ConnectionMetrics = ({ syncRun, connection, displayError, onLogClick }: Co

<Button
sx={{ mt: { xs: 2, md: 0 }, fontWeight: 500, fontSize: 12 }}
variant={disableLogs ? 'text':'text'}
variant='text'
size="small"
onClick={() => onLogClick(syncRun, connection)}
>
Expand Down

0 comments on commit 440ac6d

Please sign in to comment.