mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
UI: Allow navigate to list from View Secret card (#22502)
This commit is contained in:
@@ -16,6 +16,12 @@ export default class inputSelect extends Component {
|
||||
*
|
||||
*/
|
||||
@tracked searchInput = '';
|
||||
|
||||
constructor() {
|
||||
super(...arguments);
|
||||
this.searchInput = this.args?.initialValue;
|
||||
}
|
||||
|
||||
@action
|
||||
inputChanged() {
|
||||
this.args.onChange(this.searchInput);
|
||||
|
||||
Reference in New Issue
Block a user