From 8446b28549db34f81a2db4e46f00789f5ad16f05 Mon Sep 17 00:00:00 2001 From: estifanos Date: Tue, 11 Aug 2026 07:39:13 +0000 Subject: [PATCH] feat: replace vessel selection with text input for testing purposes in ConfigDrivenSection --- .../components/ConfigDrivenSection.tsx | 32 +++++++++++++------ 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/apps/portal/src/app/features/licensing/components/ConfigDrivenSection.tsx b/apps/portal/src/app/features/licensing/components/ConfigDrivenSection.tsx index 1d17b5882..00cc4346f 100644 --- a/apps/portal/src/app/features/licensing/components/ConfigDrivenSection.tsx +++ b/apps/portal/src/app/features/licensing/components/ConfigDrivenSection.tsx @@ -122,21 +122,33 @@ export function ConfigDrivenSection({ onChange={(v) => onChange(field.key, v)} /> ) : isVesselPicker ? ( -