Actions
Refactor #18466
closedJS hosts store should uses singular function name vs plural
Difficulty:
trivial
Triaged:
Pull request:
Description
in webpack/assets/javascripts/react_app/stores/HostsStore.js the function getHostsData(id) accepts only a singular id, hence it should be renamed to getHostData
Actions