mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Fixing UI checks
This commit is contained in:
@@ -243,7 +243,7 @@ function ScheduleForm({
|
|||||||
creds = results;
|
creds = results;
|
||||||
}
|
}
|
||||||
|
|
||||||
const zones = data.zones.map((zone) => ({
|
const zones = (data.zones || []).map((zone) => ({
|
||||||
value: zone,
|
value: zone,
|
||||||
key: zone,
|
key: zone,
|
||||||
label: zone,
|
label: zone,
|
||||||
|
|||||||
Reference in New Issue
Block a user