Uncommented code

try-new-ui
Vivek 2025-03-14 18:43:26 +05:30
parent 66e830c80e
commit b6f026c688
1 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ export default function RepositoriesListing() {
toolbar={
standalone ? null : (
<>
{/* <Button
<Button
variation={ButtonVariation.SECONDARY}
onClick={() => {
let newUIPath = pathname
@ -386,7 +386,7 @@ export default function RepositoriesListing() {
history.replace(newUIPath)
}}>
Try New UI
</Button> */}
</Button>
<KeywordSearch />
</>
)