mirror of https://github.com/harness/drone.git
Uncommented code
parent
66e830c80e
commit
b6f026c688
|
@ -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 />
|
||||
</>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue