3a734d7cb4
* add hasSentinel to the version service * use hasSentinel instead of features directly * type='button' strikes again * pass url param in tab links to ensure hrefs are updated * 404 when the item_type is invalid for the identity route
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
import Trigger from 'ember-basic-dropdown/components/basic-dropdown/trigger';
|
|
|
|
export default Trigger.extend({
|
|
attributeBindings: ['type'],
|
|
});
|