Skip to content

Commit

Permalink
remove help link which is now embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Mar 13, 2022
1 parent f873dbd commit 6eabe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Worker/Action/WorkerAbstract.php
Expand Up @@ -103,7 +103,7 @@ public function handle(RequestInterface $request, ParametersInterface $configura

public function configure(BuilderInterface $builder, ElementFactoryInterface $elementFactory): void
{
$builder->add($elementFactory->newTextArea('code', 'Code', $this->getLanguage(), 'Click <a ng-click="help.showDialog(\'help/action/worker-' . $this->getLanguage() . '.md\')">here</a> for more information.'));
$builder->add($elementFactory->newTextArea('code', 'Code', $this->getLanguage(), ''));
}

abstract protected function getLanguage(): string;
Expand Down

0 comments on commit 6eabe70

Please sign in to comment.