1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

B #6214: Linted files (follow-up to PR #2635) (#2637)

This commit is contained in:
vichansson 2023-06-13 19:24:18 +03:00 committed by GitHub
parent bcbc9ef21e
commit 65dd6ec161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,8 +35,6 @@ const FORMAT_TYPES = {
CUSTOM: 'custom',
}
const htmlType = (opt) => (value) => value !== opt && INPUT_TYPES.HIDDEN
/** @type {Field} Bus field */