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, } /**