Skip to content

Commit

Permalink
apiSettings unset is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Mar 29, 2024
1 parent 05660c2 commit 35ccf90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form/Control/Lookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ protected function renderView(): void
$this->template->set('disabledClass', 'read-only');
$this->template->dangerouslySetHtml('disabled', 'readonly="readonly"');

$this->settings['apiSettings'] = null;
$this->settings['onShow'] = new JsFunction([], [new JsExpression('return false')]);
}

Expand Down

0 comments on commit 35ccf90

Please sign in to comment.