File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/webui/src/__mocks__/helpers Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -899,5 +899,6 @@ export function convertToUIShowStyleBase(showStyleBase: DBShowStyleBase): UIShow
899899 hotkeyLegend : showStyleBase . hotkeyLegend ,
900900 sourceLayers : applyAndValidateOverrides ( showStyleBase . sourceLayersWithOverrides ) . obj ,
901901 outputLayers : applyAndValidateOverrides ( showStyleBase . outputLayersWithOverrides ) . obj ,
902+ abChannelDisplay : showStyleBase . abChannelDisplay ,
902903 } )
903904}
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ export async function setupMockShowStyleBase(
211211 blueprintConfigWithOverrides : wrapDefaultObject ( { } ) ,
212212 blueprintId : blueprintId ,
213213 // hotkeyLegend?: Array<HotkeyDefinition>
214+ abChannelDisplay : undefined ,
214215 _rundownVersionHash : '' ,
215216 lastBlueprintConfig : undefined ,
216217 lastBlueprintFixUpHash : undefined ,
You can’t perform that action at this time.
0 commit comments