Skip to content

Commit

Permalink
Merge branch 'NU-1778-fix-outgoing-migration-supported-actions' into …
Browse files Browse the repository at this point in the history
…preview/NU-1778-activities
  • Loading branch information
mgoworko committed Oct 24, 2024
2 parents 998e470 + be4335b commit 7dd255d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ object Dtos {
override def displayableNameForScenario: String = displayableName
override def displayableNameForFragment: String = displayableName
override def icon: String = "/assets/activities/migration.svg"
override def supportedActions: List[String] = commentRelatedActions
override def supportedActions: List[String] = List.empty
}

case object PerformedSingleExecution extends ScenarioActivityType {
Expand Down

0 comments on commit 7dd255d

Please sign in to comment.