Skip to content

Commit

Permalink
chore: updated classname select element
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Aug 3, 2022
1 parent 8b7c87a commit cf44b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default/navigation/menu/static_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
return;
}

echo elgg_format_element('select', ['name' => 'parent_guid', 'class' => 'static-edit-sub-parent-select elgg-input-dropdown'], $options);
echo elgg_format_element('select', ['name' => 'parent_guid', 'class' => 'static-edit-sub-parent-select elgg-input-select'], $options);

0 comments on commit cf44b74

Please sign in to comment.