diff --git a/apps/webapp/app/components/runs/v3/ReplayRunDialog.tsx b/apps/webapp/app/components/runs/v3/ReplayRunDialog.tsx
index 83490aee11..9192020e1b 100644
--- a/apps/webapp/app/components/runs/v3/ReplayRunDialog.tsx
+++ b/apps/webapp/app/components/runs/v3/ReplayRunDialog.tsx
@@ -201,6 +201,7 @@ function ReplayForm({
tags,
version,
machine,
+ prioritySeconds,
},
] = useForm({
id: "replay-task",
@@ -499,6 +500,12 @@ function ReplayForm({
Delays run by a specific duration.{delaySeconds.error}
+
+
+
+ Sets the priority of the run. Higher values mean higher priority.
+ {prioritySeconds.error}
+ Delays run by a specific duration.
{delaySeconds.error}
+
+
+
+ Sets the priority of the run. Higher values mean higher priority.
+ {prioritySeconds.error}
+ Limits concurrency by creating a separate queue for each value of the key.
{concurrencyKey.error}
+
+
+
+ Sets the priority of the run. Higher values mean higher priority.
+ {prioritySeconds.error}
+