{{message-error model=mountModel}}
{{#if showConfig}}
{{form-field-groups model=mountModel onChange=(action "onTypeChange") renderGroup="default"}}
{{#if mountModel.authConfigs.firstObject}}
{{form-field-groups model=mountModel.authConfigs.firstObject}}
{{/if}}
{{form-field-groups model=mountModel onChange=(action "onTypeChange") renderGroup="Method Options"}}
{{else}}
{{#each (array "generic" "cloud" "infra") as |category|}}
{{#each (filter-by "category" category mountTypes) as |type|}}
{{/each}}
{{/each}}
{{/if}}