Skip to content

Commit

Permalink
Update workspaces/bulk-import/plugins/bulk-import/src/types/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dominika Zemanovicova <[email protected]>
  • Loading branch information
its-mitesh-kumar and dzemanov authored Jan 8, 2025
1 parent de3defc commit 5aacddc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ export enum RepositoryStatus {
}

export enum AddedRepositoryColumnNameEnum {
repoName = 'repository.name', // because of property name
repositoryName = 'repository.name',
repoName = 'repository.name',
organizationUrl = 'repository.organization',
repoUrl = 'repository.url',
catalogInfoYamlLastUpdated = 'lastUpdate',
Expand Down

0 comments on commit 5aacddc

Please sign in to comment.