+
+
+
+
+
+
+ updateStudySection(study.id, section.id, 'reference', e.target.value)} />
+
+
+
+ updateStudySection(study.id, section.id, 'title', e.target.value)} />
+
+
+
+ updateStudySection(study.id, section.id, 'audioEmbedUrl', e.target.value)} />
+
+
+
+ {
+ const val = e.target.value;
+ if (val) {
+ const date = new Date(val + ':00Z');
+ updateStudySection(study.id, section.id, 'releasedAt', date.toISOString());
+ } else {
+ updateStudySection(study.id, section.id, 'releasedAt', '');
+ }
+ }} />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ updateStudySection(study.id, section.id, 'focusQuestion', e.target.value)} />
+
+
+
+
+