Project

General

Profile

« Previous | Next » 

Revision 9ddeae1e

Added by Ohad Levy over 7 years ago

fixes #18466 - change getHostsData function name to be singular

View differences:

webpack/assets/javascripts/react_app/stores/HostsStore.js
super();
}
getHostsData(id) {
getHostData(id) {
_hosts[id] = _hosts[id] || { data: [] };
return _hosts[id];

Also available in: Unified diff