IO-256 QBO SS Realm ID

This commit is contained in:
Patrick Fic
2021-10-20 14:33:31 -07:00
parent f3c44f8dd1
commit 14af45baf0
17 changed files with 4270 additions and 131 deletions

View File

@@ -210,7 +210,7 @@ export function ScheduleEventComponent({
job: event.job,
previousEvent: event.id,
color: event.color,
alt_transport: event.alt_transport,
alt_transport: event.job && event.job.alt_transport,
note: event.note,
},
});