{{message-error model=mountModel}}
{{#if showEnable}}
{{form-field-groups
model=mountModel
onChange=(action "onTypeChange")
renderGroup="default"
}}
{{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}}