Remove [next] from template actions
This commit is contained in:
@@ -217,14 +217,10 @@ export function TemplateListScreen(): React.ReactElement {
|
||||
action.roles.length,
|
||||
index
|
||||
);
|
||||
const sourceSuffix = action.source === 'next'
|
||||
? ' [next]'
|
||||
: action.source === 'starting+next'
|
||||
? ' [start+next]'
|
||||
: '';
|
||||
|
||||
return {
|
||||
key: action.actionIdentifier,
|
||||
label: `${formatted.label}${sourceSuffix}`,
|
||||
label: `${formatted.label}`,
|
||||
description: formatted.description,
|
||||
value: action,
|
||||
hidden: !formatted.isValid,
|
||||
|
||||
Reference in New Issue
Block a user