You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Employee Registration page (link) has a fair amount of refactoring that could be done to remove imports and replace with bh- components. For example, it would be appropriate to update the controller to remove the import for Services and replace it with bh-service-select. These updates would simplify the main controller code.
Specifically, the following could be added, removing their custom counterparts:
The Employee Registration page (link) has a fair amount of refactoring that could be done to remove imports and replace with
bh-
components. For example, it would be appropriate to update the controller to remove the import forServices
and replace it withbh-service-select
. These updates would simplify the main controller code.Specifically, the following could be added, removing their custom counterparts:
bhGradeSelect
(link)bhServiceSelect
(link)The text was updated successfully, but these errors were encountered: