diff --git a/jslib b/jslib
index 83548a6753a..b7429b0c0cd 160000
--- a/jslib
+++ b/jslib
@@ -1 +1 @@
-Subproject commit 83548a6753a974c57cb373b529a4da3ea5c3b5c0
+Subproject commit b7429b0c0cdca8783fd9fa304918ee91f23c6f76
diff --git a/src/app/oss.module.ts b/src/app/oss.module.ts
index 3ea40c4e4aa..01315acff26 100644
--- a/src/app/oss.module.ts
+++ b/src/app/oss.module.ts
@@ -157,6 +157,7 @@ import { ToolsComponent } from './tools/tools.component';
import { UnsecuredWebsitesReportComponent } from './tools/unsecured-websites-report.component';
import { WeakPasswordsReportComponent } from './tools/weak-passwords-report.component';
+import { AddEditCustomFieldsComponent } from './vault/add-edit-custom-fields.component';
import { AddEditComponent } from './vault/add-edit.component';
import { AttachmentsComponent } from './vault/attachments.component';
import { BulkActionsComponent } from './vault/bulk-actions.component';
@@ -456,6 +457,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
SendOptionsPolicyComponent,
ResetPasswordPolicyComponent,
VaultTimeoutInputComponent,
+ AddEditCustomFieldsComponent,
],
exports: [
A11yTitleDirective,
diff --git a/src/app/vault/add-edit-custom-fields.component.html b/src/app/vault/add-edit-custom-fields.component.html
new file mode 100644
index 00000000000..f103c6e5f35
--- /dev/null
+++ b/src/app/vault/add-edit-custom-fields.component.html
@@ -0,0 +1,81 @@
+{{'customFields' | i18n}}
+