open-consul/ui/packages/consul-ui/app/components/modal-layer/index.hbs

12 lines
179 B
Handlebars
Raw Normal View History

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
2021-03-09 09:30:01 +00:00
<div
class="modal-layer"
...attributes
>
<PortalTarget @name="modal" @multiple={{true}} />
</div>