Skip to content

Commit

Permalink
remove required
Browse files Browse the repository at this point in the history
Signed-off-by: Nik Nasr <[email protected]>
  • Loading branch information
nikrooz committed Nov 12, 2024
1 parent 3f16588 commit 8376942
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/features/overview-route/src/lib/Details/Service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ function ServiceForm({
<FormFieldCombobox
pattern={HUMANTIME_PATTERN_INPUT}
allowsCustomValue
required
defaultValue={data?.idempotency_retention}
disabled={isPendingOrSubmitting}
label={
Expand Down Expand Up @@ -257,7 +256,6 @@ function ServiceForm({
<FormFieldCombobox
pattern={HUMANTIME_PATTERN_INPUT}
allowsCustomValue
required
disabled={isPendingOrSubmitting}
className="[&_label]:text-zinc-500"
defaultValue={data?.workflow_completion_retention ?? ''}
Expand Down

0 comments on commit 8376942

Please sign in to comment.