mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-20 22:21:09 +02:00
* add AlertPopup * use curlies Co-Authored-By: noelledaley <noelledaley@users.noreply.github.com>
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
import OuterHTML from './outer-html';
|
|
|
|
export default OuterHTML.extend({
|
|
type: null,
|
|
message: null,
|
|
close: null,
|
|
});
|