Skip to content

Commit

Permalink
Fix prop renaming, remove unused className
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolie Rabideau authored and Jolie Rabideau committed Dec 4, 2024
1 parent ad26be6 commit 4273a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
overflow-y: auto;
}

.sidebar {
position: relative;
overflow: hidden;
}

.sidebar-container {
height: 100%;
box-sizing: border-box;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@ export default function SettingsTab({ projectIdToLimitSettings }: SettingsTabPro
<div className="sidebar-container">
<SettingsSidebarContentSearch
extensionLabels={Object.keys(settingsContributions)}
projectOptions={allProjectOptions}
projectInfo={allProjectOptions}
handleSelectSidebarItem={(key: string, projId?: string) =>
setSelectedSidebarItem({ label: key, projectId: projId })
}
selectedSidebarItem={selectedSidebarItem}
onSearch={handleSearchInput}
extensionsSidebarGroupLabel={localizedStrings['%settings_sidebar_extensionsLabel%']}
projectsSidebarGroupLabel={localizedStrings['%settings_sidebar_projectsLabel%']}
buttonPlaceholder={localizedStrings['%settings_sidebar_projectsComboBoxPlaceholder%']}
buttonPlaceholderText={localizedStrings['%settings_sidebar_projectsComboBoxPlaceholder%']}
>
<div className="tw-space-y-4 tw-box-border">
{selectedSidebarItem.projectId
Expand Down

0 comments on commit 4273a82

Please sign in to comment.