Skip to content
Snippets Groups Projects
Verified Commit 8cfcdef4 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3367651 by Ahmad Smhan, MakerTimSWIS: Attached Library set to string instead of array

(cherry picked from commit 36414458)
parent 26e04469
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ protected function actions(array $form, FormStateInterface $form_state) {
],
'#url' => $route_info,
'#attached' => [
'library' => 'core/drupal.dialog.ajax',
'library' => ['core/drupal.dialog.ajax'],
],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment