mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Fixing UI checks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user