UNPKG

@fleetbase/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

7 lines (5 loc) 268 B
import { helper } from '@ember/component/helper'; import createNotificationKey from '@fleetbase/ember-core/utils/create-notification-key'; export default helper(function getNotificationKey([definition, name]) { return createNotificationKey(definition, name); });