From ead64cdf8d917fa0d6a20271e42378f38e5f2407 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 9 Feb 2021 16:35:48 +0100 Subject: Support custom value in ng-select --- client/src/app/shared/shared-forms/select/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-forms/select/index.ts') diff --git a/client/src/app/shared/shared-forms/select/index.ts b/client/src/app/shared/shared-forms/select/index.ts index 33459b23b..e387e1f48 100644 --- a/client/src/app/shared/shared-forms/select/index.ts +++ b/client/src/app/shared/shared-forms/select/index.ts @@ -1,4 +1,5 @@ export * from './select-channel.component' +export * from './select-checkbox.component' +export * from './select-custom-value.component' export * from './select-options.component' export * from './select-tags.component' -export * from './select-checkbox.component' -- cgit v1.2.3