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
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'],
        ],
      ];
    }