catalog: make createSpecTypeColumn visible by default
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -105,7 +105,7 @@ export const columnFactories = Object.freeze({
|
||||
hidden,
|
||||
}: {
|
||||
hidden: boolean;
|
||||
} = { hidden: true },
|
||||
} = { hidden: false },
|
||||
): TableColumn<CatalogTableRow> {
|
||||
return {
|
||||
title: 'Type',
|
||||
|
||||
Reference in New Issue
Block a user