mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-14 14:43:45 -04:00
* leverage isSectionHeader option to change component styling * update destination models to include new params * update form and details template to accommodate new fields * remove extra horizontal line * move is-empty-value to core addon and use in details template * remove leftover or conditional * update mirage and tests * update form tests
6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
export { default } from 'core/helpers/is-empty-value';
|