catalog-react: add operation to default groups
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -99,6 +99,7 @@ export const defaultEntityContentGroups: {
|
||||
documentation: string;
|
||||
development: string;
|
||||
deployment: string;
|
||||
operation: string;
|
||||
observability: string;
|
||||
};
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@ export const defaultEntityContentGroups = {
|
||||
documentation: 'Documentation',
|
||||
development: 'Development',
|
||||
deployment: 'Deployment',
|
||||
operation: 'Operation',
|
||||
observability: 'Observability',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user