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

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

parent 8053a61b
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