CHANGE prefer getCurrentParameter over getParameters

This commit is contained in:
Norbert de Langen 2020-03-18 10:05:28 +01:00
parent 47d62ca8cb
commit 91e624b10f
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -291,7 +291,7 @@ export const init: ModuleFn = ({
const sourceType = getSourceType(source);
if (sourceType === 'local') {
const options = fullAPI.getParameters({ storyId, refId: undefined }, 'options');
const options = fullAPI.getCurrentParameter('options');
if (options) {
fullAPI.setOptions(options);