Fixing UI checks

This commit is contained in:
John Westcott IV
2022-06-08 08:22:05 -04:00
parent 9abdafe101
commit 1180634ba7

View File

@@ -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,