open-nomad/ui/tests/helpers/flash-message.js
Phil Renaud 9e9ad106ba Toast-style global notification state (#13341)
* toast style notification init

* Notificatino styles and messaging for variable save

* pre-PR cleanup

* Typo fix and 5sec timeout

* Prevent text from overlapping the close button
2022-07-11 13:34:05 -04:00

4 lines
92 B
JavaScript

import FlashObject from 'ember-cli-flash/flash/object';
FlashObject.reopen({ init() {} });