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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'],
        ],
      ];
    }