Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Nov 15, 2024
1 parent 98a726f commit a6b159b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Forms/Configs/KubernetesConfigsFormEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export default function KubernetesConfigsFormEditor({
/>

<FormikScheduleField
type="medium"
value="@every 30m"
type="scraper"
name={`${name}.schedule`}
hint="Schedule at which to perform a full import, if Watch is enabled can be set to a longer window"
/>
Expand Down

0 comments on commit a6b159b

Please sign in to comment.