Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,12 @@
{autofixSettings ? (
autofixSettings.reposCount === 0 ? (
<Tooltip
title={t('Seer works best on projects with at least one connected repo.')}
title={t(
'Seer Autofix only works on projects with at least one connected repo.'
)}
>
<Flex align="center" gap="sm">
<IconWarning variant="warning" />
<IconWarning variant="error" />

Check failure on line 184 in static/gsApp/views/seerAutomation/components/projectTable/seerProjectTableRow.tsx

View workflow job for this annotation

GitHub Actions / @typescript/native-preview

Type '"error"' is not assignable to type '"muted" | ContentVariant | undefined'.

Check failure on line 184 in static/gsApp/views/seerAutomation/components/projectTable/seerProjectTableRow.tsx

View workflow job for this annotation

GitHub Actions / typescript

Type '"error"' is not assignable to type 'ContentVariant | "muted" | undefined'.
<Text tabular>{0}</Text>
</Flex>
</Tooltip>
Expand Down
Loading