-
Notifications
You must be signed in to change notification settings - Fork 952
Closed
Labels
siteArea: frontend dashboardArea: frontend dashboard
Description
Problem: we have two functions that do similar things and the one we want to call from components has a more annoying name.
Background: we had the function getFormHelpers
and then decided to change how it works, but we needed to do so piecemeal, so we made getFormHelpersWithError
in the meantime.
Definition of done: the original getFormHelpers
is deleted and getFormHelpersWithError
is renamed getFormHelpers
Metadata
Metadata
Assignees
Labels
siteArea: frontend dashboardArea: frontend dashboard