From 4729f8835bf00673e40849024b5bede3d4200fb9 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Wed, 13 Jul 2022 19:12:29 +0200 Subject: [PATCH] M #~: Add attribute to vn mad field (#2231) (cherry picked from commit 3d515eadbe5087a2e59008fa6ebea81f0862bb15) --- .../Forms/VNetwork/CreateForm/Steps/General/informationSchema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fireedge/src/client/components/Forms/VNetwork/CreateForm/Steps/General/informationSchema.js b/src/fireedge/src/client/components/Forms/VNetwork/CreateForm/Steps/General/informationSchema.js index c174b8ec66..1ccc0d648f 100644 --- a/src/fireedge/src/client/components/Forms/VNetwork/CreateForm/Steps/General/informationSchema.js +++ b/src/fireedge/src/client/components/Forms/VNetwork/CreateForm/Steps/General/informationSchema.js @@ -87,6 +87,7 @@ export const DRIVER_FIELD = { .required() .default(() => drivers[0]), grid: { md: 12 }, + notNull: true, } /**