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)

(cherry picked from commit 65dd6ec1614d236335615faef8344cfa6daf919a)
This commit is contained in:
vichansson 2023-06-13 19:24:18 +03:00 committed by Tino Vázquez
parent 941f3020d9
commit 6f445a3f4e
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

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