mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
d1c879e06c
* ui: Move more menu subcomponents deeper down into popovermenu * ui: Simplify aria-menu component+remove auto menu close on route change * Add ember-string-fns * Use new PopoverMenu sub components and fix up tests * Fix up wrong closing let * Remove dcs from the service show page now we have it in the navigation
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
import Component from '@ember/component';
|
|
|
|
import Slotted from 'block-slots';
|
|
|
|
export default Component.extend(Slotted, {
|
|
tagName: '',
|
|
});
|