2025-05-14 10:43:23 +00:00
|
|
|
<form class="flex flex-col w-full gap-2 rounded-sm" wire:submit='submit'>
|
2024-10-01 19:33:44 +00:00
|
|
|
<x-forms.input placeholder="0 0 * * * or daily" id="frequency"
|
2024-08-08 10:50:49 +00:00
|
|
|
helper="You can use every_minute, hourly, daily, weekly, monthly, yearly or a cron expression." label="Frequency"
|
|
|
|
|
required />
|
2024-04-25 10:59:25 +00:00
|
|
|
<x-forms.button type="submit" @click="modalOpen=false">
|
2024-03-21 11:44:32 +00:00
|
|
|
Save
|
|
|
|
|
</x-forms.button>
|
|
|
|
|
</form>
|