Lint Code.
This commit is contained in:
parent
d1889c2c6f
commit
3e589db3fe
|
@ -57,7 +57,6 @@ export class KeyValueNewPage extends Page {
|
||||||
newKVSecretHandleForm() {
|
newKVSecretHandleForm() {
|
||||||
let formData = new FormData(this.addKVNewForm);
|
let formData = new FormData(this.addKVNewForm);
|
||||||
let path = formData.get("path");
|
let path = formData.get("path");
|
||||||
let splitPath = path.split("/");
|
|
||||||
let keyData = {};
|
let keyData = {};
|
||||||
|
|
||||||
if (["kv-v1", "cubbyhole"].includes(pageState.currentMountType)) {
|
if (["kv-v1", "cubbyhole"].includes(pageState.currentMountType)) {
|
||||||
|
|
Loading…
Reference in a new issue