From 0f8d43a4be5f58faaa64ff8a34b1f2ce2092dfbf Mon Sep 17 00:00:00 2001 From: vichansson Date: Thu, 10 Oct 2024 17:16:59 +0300 Subject: [PATCH] L #-: Lint fix (#3263) Signed-off-by: Victor Hansson (cherry picked from commit c6d9a45ec544d600c59560c46e5f2a8d6dbc67bf) --- .../Steps/ExtraConfiguration/booting/featuresSchema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/featuresSchema.js b/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/featuresSchema.js index f443cdc3ac..2387466eb5 100644 --- a/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/featuresSchema.js +++ b/src/fireedge/src/client/components/Forms/VmTemplate/CreateForm/Steps/ExtraConfiguration/booting/featuresSchema.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * * limitations under the License. * * ------------------------------------------------------------------------- */ -import { number, string, boolean } from 'yup' +import { number, string } from 'yup' import { HYPERVISORS, INPUT_TYPES, T } from 'client/constants' import { Field, OPTION_SORTERS, arrayToOptions } from 'client/utils'