mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
aafbfa167c
* ui: Add tooltip panels to ConsulKind
6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
import { helper } from '@ember/component/helper';
|
|
|
|
export default helper(function fromEntries(params /*, hash*/) {
|
|
return Object.fromEntries(params);
|
|
});
|