diff --git a/ui-ngx/src/app/shared/pipe/public-api.ts b/ui-ngx/src/app/shared/pipe/public-api.ts index a24add5962..7c477f44c6 100644 --- a/ui-ngx/src/app/shared/pipe/public-api.ts +++ b/ui-ngx/src/app/shared/pipe/public-api.ts @@ -24,3 +24,4 @@ export * from './truncate.pipe'; export * from './file-size.pipe'; export * from './selectable-columns.pipe'; export * from './image.pipe'; +export * from './key-value-not-empty.pipe';