mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
6423a2c10d
* ui: Add vendor for js linting * Lint all the things
9 lines
253 B
JavaScript
9 lines
253 B
JavaScript
export default function(visitable, creatable, clickable, intentions, popoverSelect) {
|
|
return {
|
|
visit: visitable('/:dc/intentions'),
|
|
intentionList: intentions(),
|
|
sort: popoverSelect('[data-test-sort-control]'),
|
|
...creatable({}),
|
|
};
|
|
}
|