mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
UI: fixes pki role editing changing to default key parameter values (#20907)
* add integer-to-string helper * rename and add test * add role test * finish tests * pass options so values are only converted if the type matches * okay lets hit it with the loose-equal instead * add changelog
This commit is contained in:
6
ui/lib/core/app/helpers/loose-equal.js
Normal file
6
ui/lib/core/app/helpers/loose-equal.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Copyright (c) HashiCorp, Inc.
|
||||
* SPDX-License-Identifier: MPL-2.0
|
||||
*/
|
||||
|
||||
export { default } from 'core/helpers/loose-equal';
|
||||
Reference in New Issue
Block a user