mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 11:07:00 +02:00
7 lines
179 B
JavaScript
7 lines
179 B
JavaScript
import HoverDropdown from 'ember-basic-dropdown-hover/components/basic-dropdown-hover';
|
|
|
|
export default HoverDropdown.extend({
|
|
delay: 0,
|
|
horizontalPosition: 'auto-right',
|
|
});
|