You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
container.innerHTML=`<div class="step-header"><div class="step-number">2</div><h2>Auto Generate Fields</h2></div><h4 id="quiz-subheading"> Enter your repository's GitHub URL in order to automatically pre-fill some of the fields in this form </h4> \n <p> <i>This currently only works on <b>public</b> repositories</i> </p>`
260
-
}
261
-
262
257
// Iterates through each json field and creates component array for Form.io
263
258
functioncreateAllComponents(schema,prefix=""){
264
259
letcomponents=[];
@@ -305,7 +300,6 @@ async function createFormComponents() {
0 commit comments