×
{{ item.name }}
@switch (item._type) {
@case ('Portfolio') {
{{ this.I18n.t('js.include_workspaces.types.portfolio') }}
}
@case ('Program') {
{{ this.I18n.t('js.include_workspaces.types.program') }}
}
}
{{ item.name }}
@switch (item._type) {
@case ('Portfolio') {
{{ this.I18n.t('js.include_workspaces.types.portfolio') }}
}
@case ('Program') {
{{ this.I18n.t('js.include_workspaces.types.program') }}
}
}
@if (item.disabled && item.disabledReason) {
{{ item.disabledReason }}
}