Skip to content

Commit c5064c2

Browse files
committed
Adding an id for the plugin activate/deactivate dropdown.
1 parent 2d82eee commit c5064c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eform-client/src/app/modules/plugins-settings/components/plugin-settings-edit/plugin-settings-edit.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h3>{{selectedPluginSettings.name}}</h3>
2020
<div class="row">
2121
<div class="col">
2222
<ng-select required
23+
id="PluginDropDown"
2324
bindLabel="text"
2425
bindValue="id"
2526
[clearable]="false"

0 commit comments

Comments
 (0)