Skip to content

Commit

Permalink
remove option to manage recommended content (#8641)
Browse files Browse the repository at this point in the history
  • Loading branch information
iszmais authored Dec 9, 2024
1 parent 82e5bd8 commit 3e930c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function confirmedRemoveObject(array $ids): void

public function removeMultipleEnabled(): bool
{
return true;
return false;
}

public function getRemoveMultipleActionText(): string
Expand Down

0 comments on commit 3e930c0

Please sign in to comment.