mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fixed bug where a weekly rrule string without a BYDAY would result in the UI throwing a TypeError (#14182)
This commit is contained in:
parent
aed96fb365
commit
bd8108b27c
@ -94,7 +94,7 @@ export default function FrequencyDetails({
|
||||
value={getRunEveryLabel()}
|
||||
dataCy={`${prefix}-run-every`}
|
||||
/>
|
||||
{type === 'week' ? (
|
||||
{type === 'week' && options.daysOfWeek ? (
|
||||
<Detail
|
||||
label={t`On days`}
|
||||
value={options.daysOfWeek
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user