mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
12 lines
203 B
JavaScript
12 lines
203 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
import Controller from '@ember/controller';
|
|
|
|
export default Controller.extend({
|
|
queryParams: ['filter'],
|
|
filter: '',
|
|
});
|