Run filters: fix for “Batch ID” that should say “Schedule ID”

This commit is contained in:
Matt Aitken
2024-11-28 17:00:17 +00:00
parent f4a18feca0
commit d9bfe55a8c
@@ -1023,7 +1023,7 @@ function ScheduleIdDropdown({
>
<div className="flex flex-col gap-4 p-3">
<div className="flex flex-col gap-1">
<Label>Batch ID</Label>
<Label>Schedule ID</Label>
<Input
placeholder="sched_"
value={scheduleId ?? ""}