Add the ability to duplicate folders (#144)

This commit is contained in:
Gregory Schier
2024-12-19 13:06:08 -08:00
committed by GitHub
parent 833dc7d3f7
commit 42bf016e90
8 changed files with 108 additions and 8 deletions

View File

@@ -138,7 +138,7 @@ export function GrpcConnectionSetupPane({
value: TAB_DESCRIPTION,
label: (
<div className="flex items-center">
Docs
Info
{activeRequest.description && <CountBadge count={true} />}
</div>
),