consul/ui/packages/consul-ui/app/components/popover-select/optgroup/index.hbs

13 lines
238 B
Handlebars
Raw Normal View History

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
{{#let @components.MenuSeparator as |MenuSeparator|}}
<MenuSeparator>
<BlockSlot @name="label">
{{@label}}
</BlockSlot>
</MenuSeparator>
{{yield}}
{{/let}}