From 8ada2f940d7cccd6adfc8494202f67a8a1e69dbf Mon Sep 17 00:00:00 2001 From: sumedh Date: Mon, 21 Oct 2024 11:04:28 +0530 Subject: [PATCH] Update KsNewDocumentForm.vue to set inputtext value for ksDocType --- src/views/pages/ksDocuments/KsNewDocumentForm.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/pages/ksDocuments/KsNewDocumentForm.vue b/src/views/pages/ksDocuments/KsNewDocumentForm.vue index 58a57a1..7c4a182 100644 --- a/src/views/pages/ksDocuments/KsNewDocumentForm.vue +++ b/src/views/pages/ksDocuments/KsNewDocumentForm.vue @@ -33,9 +33,7 @@
- - +
@@ -116,7 +114,7 @@ const formData = ref({ ingestionStatus: 'NEW', type: '', //.md file ksApplicationName: '', //Jenkins-DevopsJ2Cloud - ksDocType: '', + ksDocType: 'Functional', ksDocSource: '', //Git Repository - DevopsJ2Cloud CSV System Configuration defaultChunkSize: 1000, minChunkSize: 200,