mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 23:41:23 -03:30
Fixing UI checks
This commit is contained in:
parent
9abdafe101
commit
1180634ba7
@ -243,7 +243,7 @@ function ScheduleForm({
|
||||
creds = results;
|
||||
}
|
||||
|
||||
const zones = data.zones.map((zone) => ({
|
||||
const zones = (data.zones || []).map((zone) => ({
|
||||
value: zone,
|
||||
key: zone,
|
||||
label: zone,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user