Skip to content

Commit 6d6cc6e

Browse files
authored
Add missing JS library dependency (#703)
1 parent ab31d3c commit 6d6cc6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apigee_edge.module

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ function apigee_edge_entity_view(array &$build, EntityInterface $entity, EntityV
448448
],
449449
],
450450
]))->toRenderable();
451+
452+
$build['#attached']['library'][] = 'core/drupal.dialog.ajax';
451453
}
452454
}
453455

0 commit comments

Comments
 (0)