Skip to content

Commit d9bfe55

Browse files
committed
Run filters: fix for “Batch ID” that should say “Schedule ID”
1 parent f4a18fe commit d9bfe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/runs/v3/RunFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ function ScheduleIdDropdown({
10231023
>
10241024
<div className="flex flex-col gap-4 p-3">
10251025
<div className="flex flex-col gap-1">
1026-
<Label>Batch ID</Label>
1026+
<Label>Schedule ID</Label>
10271027
<Input
10281028
placeholder="sched_"
10291029
value={scheduleId ?? ""}

0 commit comments

Comments
 (0)