« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/thing.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/thing.js')
-rw-r--r--src/data/things/thing.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/things/thing.js b/src/data/things/thing.js
index f63a619..0dea1fa 100644
--- a/src/data/things/thing.js
+++ b/src/data/things/thing.js
@@ -216,7 +216,7 @@ export function contributionList() {
     steps: [
       withResolvedContribs({from: input.updateValue()}),
       exposeDependencyOrContinue({dependency: '#resolvedContribs'}),
-      exposeConstant({value: []}),
+      exposeConstant({value: input.value([])}),
     ],
   });
 }
@@ -343,7 +343,7 @@ export const singleReference = templateCompositeFrom({
     withResolvedReference({
       ref: input.updateValue(),
       data: input('data'),
-      find: input('findFunction'),
+      find: input('find'),
     }),
 
     exposeDependency({dependency: '#resolvedReference'}),