\n
\n
{this.isEditMode() ? `Edit Repository Config \"${this.props.id}\"` : `Create new Repository Config`}
\n \n {!this.isEditMode() && (\n
\n \n
\n )}\n
{this.renderTemplateSelector()}
\n
\n
\n
\n \n
\n
\n {this.isEditMode() && !initializerMode && (\n
\n )}\n {responseError &&
{responseError} }\n {reloadPageOnSuccess && submittedSuccessfully && window.location.reload()}\n {showRestartPrompt && submittedSuccessfully &&
{SUCCESS_MESSAGE} }\n
\n
\n );\n }\n\n handleNewRepositoryID = (e: React.SyntheticEvent