Skip to content

Commit

Permalink
Update front/components/data_source/DataSourceSyncChip.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: devloai[bot] <168258904+devloai[bot]@users.noreply.github.com>
  • Loading branch information
spolu and devloai[bot] authored Jan 6, 2025
1 parent 7265ff1 commit 34a7a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/data_source/DataSourceSyncChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function ConnectorSyncingChip({
trigger={<Chip color="warning">Access blocked</Chip>}
/>
);
case "webcrawling_syncrhonization_limit_reached":
case "webcrawling_synchronization_limit_reached":
return (
<Tooltip
label={
Expand Down

0 comments on commit 34a7a8c

Please sign in to comment.