mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
fix: op gets params from preset context
This commit is contained in:
committed by
Carlos Valente
parent
3662cd58f5
commit
bdeb087e28
@@ -207,6 +207,8 @@ function PresetView() {
|
||||
/**
|
||||
* Locked presets do not allow configuration changes
|
||||
* Whether the user can navigate is determined by the locked param
|
||||
*
|
||||
* We inject the preset to the context value for the view to consume
|
||||
*/
|
||||
const Component = PresetViewMap[preset.target as OntimeViewPresettable];
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user