Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
olgenn committed Nov 5, 2024
1 parent a450413 commit 7e662b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/Models/List/Preferences/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const DEFAULT_PREFERENCES: CollectionPreferencesProps.Preferences = {
{ id: 'repository', visible: true },
{ id: 'backend', visible: true },
// hidden by default
{ id: 'gateway', visible: false },
{ id: 'url', visible: false },
],
wrapLines: false,
stripedRows: false,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Models/List/Preferences/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Preferences: React.FC = () => {
{ id: 'repository', label: `${t('models.repository')}` },
{ id: 'backend', label: `${t('models.backend')}` },
// hidden by default
{ id: 'gateway', label: `${t('models.gateway')}` },
{ id: 'url', label: `${t('models.url')}` },
],
}}
/>
Expand Down

0 comments on commit 7e662b3

Please sign in to comment.